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

Method evalStatically

www/js/_hyperscript-max.js:918–921  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

evalStaticallyMethod · 0.45

Tested by

no test coverage detected