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

Method push

src/analysis/mod.rs:42–44  ·  view source on GitHub ↗

Stack push

(&mut self, stmt: T)

Source from the content-addressed store, hash-verified

40
41 /// Stack push
42 pub fn push(&mut self, stmt: T) {
43 self.stmts.push_back(stmt);
44 }
45
46 /// Save nodes that enable to Pre-order traversal of AST.
47 pub fn push_childs(&mut self, childs: Vec<T>) {

Callers 15

prompt_energy_deletionFunction · 0.45
get_library_adg_dirMethod · 0.45
get_library_seed_dirMethod · 0.45
get_library_misc_dirMethod · 0.45
get_asan_optionsMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_concurrent_checkingFunction · 0.36