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

Method evalStatically

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

evalStaticallyMethod · 0.45

Tested by

no test coverage detected