MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / test_c_extensions

Function test_c_extensions

tests/extraction_suite/c.rs:546–551  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

544
545#[test]
546fn test_c_extensions() {
547 let extractor = CExtractor;
548 let exts = extractor.extensions();
549 assert!(exts.contains(&"c"));
550 assert!(exts.contains(&"h"));
551}
552
553#[test]
554fn test_c_language_name() {

Callers

nothing calls this directly

Calls 1

extensionsMethod · 0.45

Tested by

no test coverage detected