MCPcopy Index your code
hub / github.com/csev/py4e / parseMs

Function parseMs

code/gmane/Chart.bundle.js:4072–4074  ·  view source on GitHub ↗
(input, array)

Source from the content-addressed store, hash-verified

4070 }
4071
4072 function parseMs(input, array) {
4073 array[MILLISECOND] = toInt(('0.' + input) * 1000);
4074 }
4075
4076 for (token = 'S'; token.length <= 9; token += 'S') {
4077 addParseToken(token, parseMs);

Callers

nothing calls this directly

Calls 1

toIntFunction · 0.85

Tested by

no test coverage detected