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

Function isSequential

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

Source from the content-addressed store, hash-verified

104911}
104912
104913function isSequential(key) {
104914 return key && key.startsWith(Sequential);
104915}
104916
104917function isDiverging(key) {
104918 return key && key.startsWith(Diverging);

Callers 1

isInterpolatingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected