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

Method evalStatically

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

evalStaticallyMethod · 0.45

Tested by

no test coverage detected