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