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

Function test_library_header

src/analysis/header.rs:408–413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406
407#[test]
408fn test_library_header() {
409 crate::config::Config::init_test("cJSON");
410 let deopt = Deopt::new("cJSON".to_string()).unwrap();
411 let headers = get_include_lib_headers(&deopt).unwrap();
412 println!("{headers:?}");
413}
414
415#[test]
416fn test_get_independent_headers() {

Callers

nothing calls this directly

Calls 1

get_include_lib_headersFunction · 0.85

Tested by

no test coverage detected