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

Method apply

www/js/_hyperscript.esm.js:751–755  ·  view source on GitHub ↗
(target, source, args, runtime2)

Source from the content-addressed store, hash-verified

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

Callers 6

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

Calls 1

installMethod · 0.45

Tested by

no test coverage detected