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

Method getHyperscriptFeatures

src/core/runtime/runtime.js:227–233  ·  view source on GitHub ↗
(elt)

Source from the content-addressed store, hash-verified

225 }
226
227 getHyperscriptFeatures(elt) {
228 var data = this.getInternalData(elt);
229 if (!data.features) {
230 data.features = {};
231 }
232 return data.features;
233 }
234
235 addFeatures(owner, ctx) {
236 if (owner) {

Callers 4

addFeaturesMethod · 0.95
assignToNamespaceMethod · 0.95
evaluateFunction · 0.45
workerFuncFunction · 0.45

Calls 1

getInternalDataMethod · 0.95

Tested by

no test coverage detected