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

Method swith_to_path

src/analysis/dfa.rs:534–536  ·  view source on GitHub ↗
(&mut self, path_id: usize)

Source from the content-addressed store, hash-verified

532 }
533
534 fn swith_to_path(&mut self, path_id: usize) {
535 self.path_id = path_id;
536 }
537
538 /// get the reference of vars storage in currrent path.
539 fn get_current_storage(&self) -> &Storage<T> {

Callers 1

handle_path_joinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected