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