MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / #isHyperscriptContext

Method #isHyperscriptContext

src/core/runtime/runtime.js:250–252  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

248 }
249
250 #isHyperscriptContext(context) {
251 return context instanceof Context;
252 }
253
254 resolveSymbol(str, context, type, targetElement) {
255 if (str === "me" || str === "my" || str === "I") return context.me;

Callers 2

resolveSymbolMethod · 0.95
setSymbolMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected