MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / apply

Method apply

www/js/_hyperscript.js:753–757  ·  view source on GitHub ↗
(target, source, args, runtime2)

Source from the content-addressed store, hash-verified

751 this.features = features;
752 }
753 apply(target, source, args, runtime2) {
754 for (const feature of this.features) {
755 feature.install(target, source, args, runtime2);
756 }
757 }
758 };
759 var FailedFeature = class extends Feature {
760 constructor(error, keyword) {

Callers 10

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

Calls 1

installMethod · 0.45

Tested by

no test coverage detected