MCPcopy
hub / github.com/Flipboard/react-canvas / fmaxf

Function fmaxf

lib/Layout.js:187–192  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

185 };
186
187 function fmaxf(a, b) {
188 if (a > b) {
189 return a;
190 }
191 return b;
192 }
193
194 var CSS_UNDEFINED = undefined;
195

Callers 2

setDimensionFromStyleFunction · 0.85
Layout.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…