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

Function isUtcOffset

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

Source from the content-addressed store, hash-verified

3428 }
3429
3430 function isUtcOffset() {
3431 return this.isValid() ? this._isUTC : false;
3432 }
3433
3434 function isUtc() {
3435 return this.isValid() ? this._isUTC && this._offset === 0 : false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected