Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
126955
function
isLogarithmic(key) {
126956
return
hasType(key, Log);
126957
}
126958
function
isTemporal(key) {
126959
return
hasType(key, Temporal);
126960
}
Callers
1
tickFormat
Function · 0.70
Calls
1
hasType
Function · 0.70
Tested by
no test coverage detected