Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ load
Method
load
output/java8/1.4.13/STGroupFile.java:125–129 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
123
}
124
125
@Override
126
protected
CompiledST load(String name) {
127
if
( !alreadyLoaded ) load();
128
return
rawGetTemplate(name);
129
}
130
131
@Override
132
public
void
load() {
Callers
3
isDictionary
Method · 0.95
isDefined
Method · 0.95
show
Method · 0.95
Calls
5
toString
Method · 0.65
size
Method · 0.65
keySet
Method · 0.65
rawGetTemplate
Method · 0.45
loadGroupFile
Method · 0.45
Tested by
no test coverage detected