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

Method addFeatures

src/core/runtime/runtime.js:235–240  ·  view source on GitHub ↗
(owner, ctx)

Source from the content-addressed store, hash-verified

233 }
234
235 addFeatures(owner, ctx) {
236 if (owner) {
237 Object.assign(ctx.locals, this.getHyperscriptFeatures(owner));
238 this.addFeatures(owner.parentElement, ctx);
239 }
240 }
241
242 // =================================================================
243 // Symbol and property resolution

Callers 1

constructorMethod · 0.45

Calls 1

Tested by

no test coverage detected