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

Method addFeatures

www/js/_hyperscript.esm.js:2275–2280  ·  view source on GitHub ↗
(owner, ctx)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected