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

Method getInternalData

www/js/_hyperscript.js:2383–2388  ·  view source on GitHub ↗
(elt)

Source from the content-addressed store, hash-verified

2381 }
2382 }
2383 getInternalData(elt) {
2384 if (!elt._hyperscript) {
2385 elt._hyperscript = {};
2386 }
2387 return elt._hyperscript;
2388 }
2389 #resolveInherited(str, context, startElement) {
2390 var elt = startElement || context.meta && context.meta.owner;
2391 while (elt) {

Callers 11

setSymbolMethod · 0.95
#getElementScopeMethod · 0.95
getEventQueueForMethod · 0.95
#initElementMethod · 0.95
_hyperscript.jsFile · 0.45
resolveMethod · 0.45
installMethod · 0.45
installMethod · 0.45
_registerListenerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected