Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ isEmpty
Method
isEmpty
src/main/java/org/dynjs/parser/ast/ProgramTree.java:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
public
boolean isEmpty() {
26
return
getBlockContent().isEmpty();
27
}
28
29
30
}
Callers
2
currentContext
Method · 0.45
getPosition
Method · 0.45
Calls
1
getBlockContent
Method · 0.80
Tested by
no test coverage detected