MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / apply

Method apply

tools/common/_hyperscript.iife.js:746–750  ·  view source on GitHub ↗
(target, source, args, runtime2)

Source from the content-addressed store, hash-verified

744 this.features = features;
745 }
746 apply(target, source, args, runtime2) {
747 for (const feature of this.features) {
748 feature.install(target, source, args, runtime2);
749 }
750 }
751 };
752 var FailedFeature = class extends Feature {
753 constructor(error, keyword) {

Callers 8

#initElementMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
installMethod · 0.45
evaluateFunction · 0.45
bind.jsFile · 0.45
when.jsFile · 0.45

Calls 1

installMethod · 0.45

Tested by

no test coverage detected