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

Function get_standard_headers

src/deopt.rs:689–699  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

687 }
688
689 pub fn get_standard_headers() -> Vec<String> {
690 vec![
691 "stdlib.h".to_string(),
692 "string.h".to_string(),
693 "stdint.h".to_string(),
694 "vector".to_string(),
695 "fstream".to_string(),
696 "iostream".to_string(),
697 "sstream".to_string(),
698 ]
699 }
700
701 /// Get the paths of all corpus files in the corpus directory.
702 pub fn get_library_corpus_files(deopt: &Deopt) -> &'static Vec<PathBuf> {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected