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

Method evalStatically

www/js/_hyperscript-max.js:673–675  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

671 return context.meta.runtime.unifiedEval(this, context);
672 }
673 evalStatically() {
674 throw new Error("This expression cannot be evaluated statically: " + this.type);
675 }
676 };
677 var Command = class extends ParseElement {
678 constructor() {

Callers 15

evalStaticallyMethod · 0.45
evalStaticallyMethod · 0.45
parseMethod · 0.45
resolveMethod · 0.45
evalStaticallyMethod · 0.45
parseConversionInfoMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected