MCPcopy
hub / github.com/feiyu563/PrometheusAlert / mod

Function mod

static/plugins/chart.js/Chart.bundle.js:15556–15558  ·  view source on GitHub ↗
(n, x)

Source from the content-addressed store, hash-verified

15554 }
15555
15556 function mod(n, x) {
15557 return ((n % x) + x) % x;
15558 }
15559
15560 var indexOf;
15561

Callers 15

daysInMonthFunction · 0.85
meta.jsFile · 0.85
stex.jsFile · 0.85
django.jsFile · 0.85
dart.jsFile · 0.85
markdown.jsFile · 0.85
tiddlywiki.jsFile · 0.85
perl.jsFile · 0.85
gherkin.jsFile · 0.85
crystal.jsFile · 0.85
python.jsFile · 0.85
gfm.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected