MCPcopy 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
103pub fn get_config() -> RwLockReadGuard<'static, Config>{
104 CONFIG_INSTANCE.get().unwrap().read().unwrap()
105}
106
107
108pub fn get_library_name() -> String {

Callers 14

get_user_gen_templateFunction · 0.85
get_crate_output_dirMethod · 0.85
is_convergeMethod · 0.85
should_recheckMethod · 0.85
fuzz_loopMethod · 0.85
generateMethod · 0.85
create_chat_requestFunction · 0.85
generate_program_by_chatFunction · 0.85
check_newMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected