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

Method rawGetDictionary

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

Source from the content-addressed store, hash-verified

316 }
317
318 public Map<String, Object> rawGetDictionary(String name) {
319 return dictionaries.get(name);
320 }
321
322 public boolean isDictionary(String name) {
323 return dictionaries.get(name) !=null;

Callers 1

getDictionaryMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected