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

Method get_current_ctx

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

Source from the content-addressed store, hash-verified

744 }
745
746 fn get_current_ctx(&mut self) -> usize {
747 self.ctx += 1;
748 self.ctx
749 }
750}
751
752#[derive(Default, Clone, Debug)]

Callers 5

create_uninit_objectMethod · 0.80
create_dummy_objectMethod · 0.80
create_list_objectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected