MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / get_name

Method get_name

src/feedback/clang_coverage.rs:40–45  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

38
39impl CovFunction {
40 pub fn get_name(&self) -> &str {
41 if let Some(seq) = self.name.rfind(':') {
42 return &self.name[seq + 1..];
43 }
44 &self.name
45 }
46
47 pub fn compute_line_coverage(&self) -> f32 {
48 if self.lines.is_empty() {

Callers 4

initMethod · 0.45
has_newMethod · 0.45
get_function_covMethod · 0.45
get_function_cov_mutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected