MCPcopy Create free account
hub / github.com/chearon/dropflow / setTopRightBottomLeft

Function setTopRightBottomLeft

src/parse-css.js:42–48  ·  view source on GitHub ↗
(obj, before, after, t, r, b, l)

Source from the content-addressed store, hash-verified

40 }
41
42 function setTopRightBottomLeft(obj, before, after, t, r, b, l) {
43 obj[before + 'Top' + (after || '')] = t;
44 obj[before + 'Right' + (after || '')] = r;
45 obj[before + 'Bottom' + (after || '')] = b;
46 obj[before + 'Left' + (after || '')] = l;
47 return obj;
48 }
49
50 function setTopRightBottomLeftOr(x, obj, before, after, t, r, b, l) {
51 if (!x) return setTopRightBottomLeft(obj, before, after, t, r, b, l);

Callers 15

setTopRightBottomLeftOrFunction · 0.85
peg$f72Function · 0.85
peg$f73Function · 0.85
peg$f74Function · 0.85
peg$f75Function · 0.85
peg$f80Function · 0.85
peg$f81Function · 0.85
peg$f82Function · 0.85
peg$f83Function · 0.85
peg$f88Function · 0.85
peg$f89Function · 0.85
peg$f90Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected