MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_empty_source

Function test_empty_source

atomic-semantic/src/parsers/swift.rs:901–905  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

899
900 #[test]
901 fn test_empty_source() {
902 let mut parser = SwiftParser::new();
903 let entities = parser.extract("", "empty.swift");
904 assert!(entities.is_empty());
905 }
906
907 #[test]
908 fn test_language() {

Callers

nothing calls this directly

Calls 1

extractMethod · 0.45

Tested by

no test coverage detected