Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ evalStatically
Method
evalStatically
www/js/_hyperscript-max.js:985–988 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
983
}
984
}
985
evalStatically() {
986
if
(!this.expr)
return
this.key;
987
return
super.evalStatically();
988
}
989
resolve(ctx, { value } = {}) {
990
if
(this.expr) {
991
return
value;
Callers
nothing calls this directly
Calls
1
evalStatically
Method · 0.45
Tested by
no test coverage detected