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

Method evalStatically

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

Source from the content-addressed store, hash-verified

5361 return new _TimeExpression(root, timeFactor);
5362 }
5363 evalStatically() {
5364 return this.time.evalStatically() * this.factor;
5365 }
5366 resolve(context, { value: val }) {
5367 return val * this.factor;
5368 }

Callers

nothing calls this directly

Calls 1

evalStaticallyMethod · 0.45

Tested by

no test coverage detected