Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_object
Method · 0.80
create_dummy_object
Method · 0.80
create_list_object
Method · 0.80
create_object_from_literal
Method · 0.80
create_object_for_call
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected