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

Method addFeatures

www/js/_hyperscript-max.js:2276–2281  ·  view source on GitHub ↗
(owner, ctx)

Source from the content-addressed store, hash-verified

2274 return data.features;
2275 }
2276 addFeatures(owner, ctx) {
2277 if (owner) {
2278 Object.assign(ctx.locals, this.getHyperscriptFeatures(owner));
2279 this.addFeatures(owner.parentElement, ctx);
2280 }
2281 }
2282 // =================================================================
2283 // Symbol and property resolution
2284 // =================================================================

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected