MCPcopy 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
103840function offsetValue(v) {
103841 return v < 0 ? Math.ceil(-v) : 0;
103842}
103843
103844function gridLayout(view, groups, opt) {
103845 var dirty = !opt.nodirty,

Callers 2

gridLayoutFunction · 0.70
_defaultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected