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

Method has_split

src/analysis/adg.rs:514–521  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

512 }
513
514 fn has_split(&self) -> bool {
515 for data in self {
516 if data.is_split() {
517 return true;
518 }
519 }
520 false
521 }
522
523 /// merge a vec of taint data to one tiant data.
524 fn data_merge(data_vec: Vec<Self>) -> Self {

Callers

nothing calls this directly

Calls 1

is_splitMethod · 0.80

Tested by

no test coverage detected