MCPcopy 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}
126958function isTemporal(key) {
126959 return hasType(key, Temporal);
126960}
126961function isInterpolating(key) {
126962 return hasType(key, Interpolating);
126963}

Callers 1

formatFunction · 0.70

Calls 1

hasTypeFunction · 0.70

Tested by

no test coverage detected