Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ isTemporal
Function
isTemporal
docs/app/js/sanddance-app.js:126958–126960 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
126956
return
hasType(key, Log);
126957
}
126958
function
isTemporal(key) {
126959
return
hasType(key, Temporal);
126960
}
126961
function
isInterpolating(key) {
126962
return
hasType(key, Interpolating);
126963
}
Callers
1
format
Function · 0.70
Calls
1
hasType
Function · 0.70
Tested by
no test coverage detected