Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ order
Method
order
docs/app/js/sanddance-app.js:75733–75735 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75731
this[2] = (0, _validators.checkNumber)(value);
75732
}
75733
get order() {
75734
return
this[3];
75735
}
75736
set order(value) {
75737
this[3] = checkOrder(value);
75738
}
Callers
nothing calls this directly
Calls
1
checkOrder
Function · 0.70
Tested by
no test coverage detected