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

Method evalStatically

tools/common/_hyperscript.iife.js:979–982  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

977 }
978 }
979 evalStatically() {
980 if (!this.expr) return this.key;
981 return super.evalStatically();
982 }
983 resolve(ctx, { value } = {}) {
984 if (this.expr) {
985 return value;

Callers

nothing calls this directly

Calls 1

evalStaticallyMethod · 0.45

Tested by

no test coverage detected