Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ inEval
Method
inEval
src/main/java/org/dynjs/runtime/ExecutionContext.java:127–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
}
126
127
public
boolean inEval() {
128
return
this.inEval;
129
}
130
131
public
Clock getClock() {
132
return
this.runtime.getConfig().getClock();
Callers
2
call
Method · 0.95
isEval
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected