MCPcopy Index your code
hub / github.com/NativeScript/firebase / numberIs64Bit

Function numberIs64Bit

packages/firebase-firestore/index.android.ts:114–116  ·  view source on GitHub ↗
(item: number)

Source from the content-addressed store, hash-verified

112}
113
114function numberIs64Bit(item: number) {
115 return item < -Math.pow(2, 31) + 1 || item > Math.pow(2, 31) - 1;
116}
117
118function serializeItems(value) {
119 if (typeof value === 'string') {

Callers 1

serializeItemsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…