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

Method get_bind_mut

src/analysis/dfa.rs:611–615  ·  view source on GitHub ↗
(&mut self, var: &VarName)

Source from the content-addressed store, hash-verified

609 }
610
611 pub fn get_bind_mut(&mut self, var: &VarName) -> Result<&mut Symbol<T>> {
612 self.get_current_storage_mut()
613 .get_mut(var)
614 .ok_or_else(|| eyre::eyre!("get bind of var {var:?} failed"))
615 }
616
617 /// Merge var storage of different paths when meet path join. The default merge operation is Union.
618 fn path_join<F: Fn(Vec<Symbol<T>>) -> Symbol<T>>(

Callers 2

adg_precallMethod · 0.80
fdsan_precallFunction · 0.80

Calls 1

Tested by

no test coverage detected