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

Method apply

www/js/_hyperscript-max.js:752–756  ·  view source on GitHub ↗
(target, source, args, runtime2)

Source from the content-addressed store, hash-verified

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

Callers 7

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

Calls 1

installMethod · 0.45

Tested by

no test coverage detected