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

Function now

tests/test_code/js/moment/moment.js:3086–3088  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3084 }
3085
3086 var now = function () {
3087 return Date.now ? Date.now() : +new Date();
3088 };
3089
3090 var ordering = [
3091 'year',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected