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

Method isDictionary

output/java8/1.4.19/STGroup.java:322–324  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

320 }
321
322 public boolean isDictionary(String name) {
323 return dictionaries.get(name) !=null;
324 }
325
326 /** for testing */
327

Callers 1

getDictionaryMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected