Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_empty_source
Function
test_empty_source
atomic-semantic/src/parsers/java.rs:993–997 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
991
992
#[test]
993
fn test_empty_source() {
994
let mut parser = JavaParser::new();
995
let entities = parser.extract(
""
,
"Empty.java"
);
996
assert!(entities.is_empty());
997
}
998
999
#[test]
1000
fn test_package_only() {
Callers
nothing calls this directly
Calls
1
extract
Method · 0.45
Tested by
no test coverage detected