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

Method refine

src/analysis/adg.rs:503–512  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

501 }
502
503 fn refine(&mut self) -> Result<()> {
504 if self.last().is_none() {
505 return Ok(());
506 }
507 if self.last().unwrap().is_split() {
508 self.pop();
509 return Ok(());
510 }
511 Ok(())
512 }
513
514 fn has_split(&self) -> bool {
515 for data in self {

Callers 1

path_joinMethod · 0.80

Calls 3

is_noneMethod · 0.80
is_splitMethod · 0.80
popMethod · 0.80

Tested by

no test coverage detected