Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ isDefined
Method
isDefined
output/java8/1.4.13/STGroupString.java:66–70 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
64
}
65
66
@Override
67
public
boolean isDefined(String name) {
68
if
( !alreadyLoaded ) load();
69
return
super.isDefined(name);
70
}
71
72
@Override
73
protected
CompiledST load(String name) {
Callers
nothing calls this directly
Calls
1
load
Method · 0.95
Tested by
no test coverage detected