MCPcopy 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

currentContextMethod · 0.45
getPositionMethod · 0.45

Calls 1

getBlockContentMethod · 0.80

Tested by

no test coverage detected