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

Function addTimeToArrayFromToken

static/plugins/chart.js/Chart.bundle.js:15419–15423  ·  view source on GitHub ↗
(token, input, config)

Source from the content-addressed store, hash-verified

15417 }
15418
15419 function addTimeToArrayFromToken(token, input, config) {
15420 if (input != null && hasOwnProp(tokens, token)) {
15421 tokens[token](input, config._a, config, token);
15422 }
15423 }
15424
15425 var YEAR = 0;
15426 var MONTH = 1;

Callers 1

Calls 1

hasOwnPropFunction · 0.85

Tested by

no test coverage detected