Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104913
function
isSequential(key) {
104914
return
key && key.startsWith(Sequential);
104915
}
104916
104917
function
isDiverging(key) {
104918
return
key && key.startsWith(Diverging);
Callers
1
isInterpolating
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected