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

Function localeData

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

Source from the content-addressed store, hash-verified

4039 );
4040
4041 function localeData() {
4042 return this._locale;
4043 }
4044
4045 var MS_PER_SECOND = 1000,
4046 MS_PER_MINUTE = 60 * MS_PER_SECOND,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected