Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ isDiscretizing
Function
isDiscretizing
docs/app/js/sanddance-app.js:126952–126954 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
126950
return
hasType(key, Discrete);
126951
}
126952
function
isDiscretizing(key) {
126953
return
hasType(key, Discretizing);
126954
}
126955
function
isLogarithmic(key) {
126956
return
hasType(key, Log);
126957
}
Callers
1
domainCaption
Function · 0.70
Calls
1
hasType
Function · 0.70
Tested by
no test coverage detected