Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23376
var
ALMOST_ONE = 0.99999;
23377
23378
function
validateOrder(value) {
23379
return
value >= 0 && value < 6;
23380
}
23381
23382
function
checkOrder(value) {
23383
if
(value < 0 && value >= 6) {
Callers
1
sanddance.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected