MCPcopy Create free account
hub / github.com/microsoft/SandDance / validateOrder

Function validateOrder

docs/tests/v2/es6/js/sanddance.js:23378–23380  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

23376var ALMOST_ONE = 0.99999;
23377
23378function validateOrder(value) {
23379 return value >= 0 && value < 6;
23380}
23381
23382function checkOrder(value) {
23383 if (value < 0 && value >= 6) {

Callers 1

sanddance.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected