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

Method get_current_storage_mut

src/analysis/dfa.rs:544–546  ·  view source on GitHub ↗

get mutable reference var stores in currrent path.

(&mut self)

Source from the content-addressed store, hash-verified

542
543 /// get mutable reference var stores in currrent path.
544 fn get_current_storage_mut(&mut self) -> &mut HashMap<VarName, Symbol<T>> {
545 self.path_storage.get_mut(&self.path_id).unwrap()
546 }
547
548 /// get the storage of a specific path.
549 fn get_storage_from_path(&self, path_id: usize) -> Option<&Storage<T>> {

Callers 3

_insert_new_varMethod · 0.80
bind_valueMethod · 0.80
get_bind_mutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected