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

Function get_library_name

src/config.rs:108–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106
107
108pub fn get_library_name() -> String {
109 let config = CONFIG_INSTANCE.get().unwrap().read().unwrap();
110
111 config.target.clone()
112}
113
114pub fn get_sample_num() -> u8 {
115 let config = CONFIG_INSTANCE.get().unwrap().read().unwrap();

Callers 15

parse_configFunction · 0.85
get_user_chat_templateFunction · 0.85
init_loggerFunction · 0.85
newMethod · 0.85
save_prompt_counterFunction · 0.85
get_sys_gen_messageFunction · 0.85
save_promptFunction · 0.85
get_lib_call_graphFunction · 0.85
get_func_gadgetsFunction · 0.85
get_type_gadgetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected