O757ISIS3BDTQOGYCHQXY5V2OCGX3UFL75WUSF33AZI43AE3H75QC
expose_methods => [qw/log_exists buildLogExists buildStepLogExists/]);
sub log_exists {
my ($self, $c, $drvPath) = @_;
my $x = getDrvLogPath($drvPath);
return defined $x;
}
expose_methods => [qw/buildLogExists buildStepLogExists/]);