Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jul 28, 2023
1 parent aece576 commit f99284e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kani-driver/src/cbmc_output_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ impl Property {
self.property_id.class.clone()
}

// Returns true if this is a code_coverage check
pub fn is_code_coverage_property(&self) -> bool {
self.property_id.class == Self::COVERAGE_PROPERTY_CLASS
}
Expand Down

0 comments on commit f99284e

Please sign in to comment.