Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ offsetValue
Function
offsetValue
docs/tests/v2/es6/js/sanddance.js:103840–103842 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
103838
}
103839
103840
function
offsetValue(v) {
103841
return
v < 0 ? Math.ceil(-v) : 0;
103842
}
103843
103844
function
gridLayout(view, groups, opt) {
103845
var
dirty = !opt.nodirty,
Callers
2
gridLayout
Function · 0.70
_default
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected