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

Function isLocal

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

Source from the content-addressed store, hash-verified

3424 }
3425
3426 function isLocal() {
3427 return this.isValid() ? !this._isUTC : false;
3428 }
3429
3430 function isUtcOffset() {
3431 return this.isValid() ? this._isUTC : false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected