Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getParent
Method
getParent
src/main/java/org/dynjs/runtime/VariableValues.java:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
public
VariableValues getParent() {
19
return
parent;
20
}
21
22
public
void
setVars(Object[] vars) {
23
this.vars = vars;
Callers
7
getVar
Method · 0.95
setVar
Method · 0.95
trace
Method · 0.45
load
Method · 0.45
call
Method · 0.45
call
Method · 0.45
parseFunction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected