Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ apply
Method
apply
src/parsetree/internals.js:51–55 ·
view source on GitHub ↗
(target, source, args, runtime)
Source
from the content-addressed store, hash-verified
49
}
50
51
apply(target, source, args, runtime) {
52
for
(
const
feature of this.features) {
53
feature.install(target, source, args, runtime);
54
}
55
}
56
}
57
58
/**
Callers
7
evaluate
Function · 0.45
#initElement
Method · 0.45
workerFunc
Function · 0.45
resolve
Method · 0.45
resolve
Method · 0.45
resolve
Method · 0.45
install
Method · 0.45
Calls
1
install
Method · 0.45
Tested by
no test coverage detected