MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / mod

Function mod

tests/test_code/js/moment/moment.js:867–869  ·  view source on GitHub ↗
(n, x)

Source from the content-addressed store, hash-verified

865 WEEKDAY = 8;
866
867 function mod(n, x) {
868 return ((n % x) + x) % x;
869 }
870
871 var indexOf;
872

Callers 1

daysInMonthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected