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

Method check_absolute_new

src/feedback/branches.rs:79–84  ·  view source on GitHub ↗

Check there is an absolute new appeared branch.

(&self, bucket: BucketType)

Source from the content-addressed store, hash-verified

77
78 /// Check there is an absolute new appeared branch.
79 fn check_absolute_new(&self, bucket: BucketType) -> bool {
80 if self.bucket == BUCKET_MASK && bucket != 0 {
81 return true;
82 }
83 false
84 }
85
86 pub fn check_new(&self, func_state: &BranchState) -> bool {
87 let bucket = func_state.bucket;

Callers 1

check_newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected