MCPcopy Index your code
hub / github.com/feiyu563/PrometheusAlert / parseMs

Function parseMs

static/plugins/chart.js/Chart.bundle.js:18605–18607  ·  view source on GitHub ↗
(input, array)

Source from the content-addressed store, hash-verified

18603 }
18604
18605 function parseMs(input, array) {
18606 array[MILLISECOND] = toInt(('0.' + input) * 1000);
18607 }
18608
18609 for (token = 'S'; token.length <= 9; token += 'S') {
18610 addParseToken(token, parseMs);

Callers

nothing calls this directly

Calls 1

toIntFunction · 0.85

Tested by

no test coverage detected