Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ get_config
Function
get_config
src/config.rs:103–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
}
102
103
pub fn get_config() -> RwLockReadGuard<'static, Config>{
104
CONFIG_INSTANCE.get().unwrap().read().unwrap()
105
}
106
107
108
pub fn get_library_name() -> String {
Callers
14
get_user_gen_template
Function · 0.85
get_crate_output_dir
Method · 0.85
generate_until_n_success
Method · 0.85
is_converge
Method · 0.85
should_recheck
Method · 0.85
fuzz_loop
Method · 0.85
generate
Method · 0.85
create_chat_request
Function · 0.85
create_reasoning_chat_request
Function · 0.85
generate_program_by_chat
Function · 0.85
check_new
Method · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected