Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ rawGetDictionary
Method
rawGetDictionary
output/java8/1.4.14/STGroup.java:317–319 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
315
}
316
317
public
Map<String, Object> rawGetDictionary(String name) {
318
return
dictionaries.get(name);
319
}
320
321
public
boolean isDictionary(String name) {
322
return
dictionaries.get(name)!=null;
Callers
1
getDictionary
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected