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

Method get_data_mut

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

Source from the content-addressed store, hash-verified

798 }
799
800 pub fn get_data_mut(&mut self) -> &mut T {
801 &mut self.data
802 }
803}
804
805#[derive(Default, Clone, Debug)]

Callers 6

adg_precallMethod · 0.80
adg_post_callMethod · 0.80
fdsan_precallFunction · 0.80
fdsan_post_callFunction · 0.80
path_joinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected