Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ set
Method
set
src/parsetree/commands/basic.js:25–27 ·
view source on GitHub ↗
(ctx, lhs, value)
Source
from the content-addressed store, hash-verified
23
get lhs() {
return
{}; }
24
25
set(ctx, lhs, value) {
26
ctx.meta.runtime.setSymbol(
"result"
, ctx, null, value);
27
}
28
}
29
30
/**
Callers
7
resolve
Method · 0.45
resolve
Method · 0.45
resolve
Method · 0.45
resolve
Method · 0.45
resolve
Method · 0.45
resolve
Method · 0.45
toggle
Method · 0.45
Calls
1
setSymbol
Method · 0.45
Tested by
no test coverage detected