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

Method evalStatically

www/js/_hyperscript.js:986–989  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

evalStaticallyMethod · 0.45

Tested by

no test coverage detected