MCPcopy 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

evaluateFunction · 0.45
#initElementMethod · 0.45
workerFuncFunction · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
installMethod · 0.45

Calls 1

installMethod · 0.45

Tested by

no test coverage detected