MCPcopy Index your code
hub / github.com/microsoft/SandDance / isLogarithmic

Function isLogarithmic

docs/app/js/sanddance-app.js:126955–126957  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

126953 return hasType(key, Discretizing);
126954}
126955function isLogarithmic(key) {
126956 return hasType(key, Log);
126957}
126958function isTemporal(key) {
126959 return hasType(key, Temporal);
126960}

Callers 1

tickFormatFunction · 0.70

Calls 1

hasTypeFunction · 0.70

Tested by

no test coverage detected