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

Method evalStatically

www/js/_hyperscript.esm.js:984–987  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

982 }
983 }
984 evalStatically() {
985 if (!this.expr) return this.key;
986 return super.evalStatically();
987 }
988 resolve(ctx, { value } = {}) {
989 if (this.expr) {
990 return value;

Callers

nothing calls this directly

Calls 1

evalStaticallyMethod · 0.45

Tested by

no test coverage detected