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

Function test_cpp_extensions

tests/extraction_suite/cpp.rs:672–681  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

670
671#[test]
672fn test_cpp_extensions() {
673 let extractor = CppExtractor;
674 let exts = extractor.extensions();
675 assert!(exts.contains(&"cpp"));
676 assert!(exts.contains(&"cc"));
677 assert!(exts.contains(&"cxx"));
678 assert!(exts.contains(&"hpp"));
679 assert!(exts.contains(&"hxx"));
680 assert!(exts.contains(&"hh"));
681}
682
683#[test]
684fn test_cpp_language_name() {

Callers

nothing calls this directly

Calls 1

extensionsMethod · 0.45

Tested by

no test coverage detected