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

Function get_library_headers

src/deopt.rs:685–687  ·  view source on GitHub ↗
(deopt: &Deopt)

Source from the content-addressed store, hash-verified

683 }
684
685 pub fn get_library_headers(deopt: &Deopt) -> Result<Vec<String>> {
686 get_include_lib_headers(deopt)
687 }
688
689 pub fn get_standard_headers() -> Vec<String> {
690 vec![

Callers 1

Calls 1

get_include_lib_headersFunction · 0.85

Tested by

no test coverage detected