MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / addTimeToArrayFromToken

Function addTimeToArrayFromToken

tests/test_code/js/moment/moment.js:851–855  ·  view source on GitHub ↗
(token, input, config)

Source from the content-addressed store, hash-verified

849 }
850
851 function addTimeToArrayFromToken(token, input, config) {
852 if (input != null && hasOwnProp(tokens, token)) {
853 tokens[token](input, config._a, config, token);
854 }
855 }
856
857 var YEAR = 0,
858 MONTH = 1,

Callers 1

Calls 1

hasOwnPropFunction · 0.85

Tested by

no test coverage detected