Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ rawGetTemplate
Method
rawGetTemplate
output/java8/1.4.13/STGroup.java:313–315 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
311
}
312
313
public
CompiledST rawGetTemplate(String name) {
314
return
templates.get(name);
315
}
316
317
public
Map<String, Object> rawGetDictionary(String name) {
318
return
dictionaries.get(name);
Callers
8
lookupTemplate
Method · 0.95
defineTemplateAlias
Method · 0.95
rawDefineTemplate
Method · 0.95
load
Method · 0.45
load
Method · 0.45
load
Method · 0.45
loadTemplateFile
Method · 0.45
show
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected