MCPcopy 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}
126952function isDiscretizing(key) {
126953 return hasType(key, Discretizing);
126954}
126955function isLogarithmic(key) {
126956 return hasType(key, Log);
126957}

Callers 1

domainCaptionFunction · 0.70

Calls 1

hasTypeFunction · 0.70

Tested by

no test coverage detected