MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / evalStatically

Method evalStatically

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

Source from the content-addressed store, hash-verified

915 return new _StringLiteral(stringToken, rawValue, args);
916 }
917 evalStatically() {
918 if (this.args === null) return this.rawValue;
919 return super.evalStatically();
920 }
921 resolve(context, { parts } = {}) {
922 if (!parts || parts.length === 0) {
923 return this.rawValue;

Callers

nothing calls this directly

Calls 1

evalStaticallyMethod · 0.45

Tested by

no test coverage detected