MCPcopy Index your code
hub / github.com/antlr/codebuff / isEmpty

Method isEmpty

output/java8/1.4.14/TypeRegistry.java:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 public boolean isEmpty() {
53 return backingStore.isEmpty();
54 }
55
56 public boolean containsKey(Object key) {
57 if ( cache.containsKey(key) ) {

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected