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

Method load

output/java8/1.4.13/STGroupString.java:72–76  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

70 }
71
72 @Override
73 protected CompiledST load(String name) {
74 if ( !alreadyLoaded ) load();
75 return rawGetTemplate(name);
76 }
77
78 @Override
79 public void load() {

Callers 2

isDictionaryMethod · 0.95
isDefinedMethod · 0.95

Calls 2

IOErrorMethod · 0.65
rawGetTemplateMethod · 0.45

Tested by

no test coverage detected