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

Function test_empty_source

atomic-semantic/src/parsers/python.rs:637–641  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

635
636 #[test]
637 fn test_empty_source() {
638 let mut parser = PythonParser::new();
639 let entities = parser.extract("", "empty.py");
640 assert!(entities.is_empty());
641 }
642
643 #[test]
644 fn test_comment_only() {

Callers

nothing calls this directly

Calls 1

extractMethod · 0.45

Tested by

no test coverage detected