MCPcopy Create free account
hub / github.com/microsoft/SandDance / isInterpolating

Function isInterpolating

docs/tests/v2/es6/js/sanddance.js:104921–104923  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

104919}
104920
104921function isInterpolating(key) {
104922 return isSequential(key) || isDiverging(key);
104923}
104924
104925function isLogarithmic(key) {
104926 return key === Log || key.endsWith('-log');

Callers

nothing calls this directly

Calls 2

isSequentialFunction · 0.85
isDivergingFunction · 0.85

Tested by

no test coverage detected