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

Method evalStatically

www/js/_hyperscript.js:919–922  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

evalStaticallyMethod · 0.45

Tested by

no test coverage detected