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

Function addTimeToArrayFromToken

code/gmane/Chart.bundle.js:2174–2178  ·  view source on GitHub ↗
(token, input, config)

Source from the content-addressed store, hash-verified

2172 }
2173
2174 function addTimeToArrayFromToken(token, input, config) {
2175 if (input != null && hasOwnProp(tokens, token)) {
2176 tokens[token](input, config._a, config, token);
2177 }
2178 }
2179
2180 var YEAR = 0;
2181 var MONTH = 1;

Callers 1

Calls 1

hasOwnPropFunction · 0.85

Tested by

no test coverage detected