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

Method addFeatures

www/js/_hyperscript.js:2277–2282  ·  view source on GitHub ↗
(owner, ctx)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected