Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sub get_formatted_data_for_analysis
- {
- my ($self, $type, $key) = @_;
- my $cached_path = $self->get_cached_path( $type, $key );
- $self->fetch_by_url( $type, $key ) unless -e $cached_path;
- return $self->formatter->format_file( $cached_path );
- }
Advertisement
Add Comment
Please, Sign In to add comment