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