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

Method new_path_id

src/analysis/dfa.rs:529–532  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

527 }
528
529 fn new_path_id(&mut self) -> EdgeWeight {
530 self.path_count += 1;
531 self.path_count as EdgeWeight
532 }
533
534 fn swith_to_path(&mut self, path_id: usize) {
535 self.path_id = path_id;

Callers 2

path_joinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected