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

Method valueOf

packages/firebase-firestore/index.android.ts:1248–1250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1246 }
1247
1248 valueOf() {
1249 return this.toDate().valueOf().toString();
1250 }
1251
1252 get nanoseconds(): number {
1253 return this.native.getNanoseconds();

Callers

nothing calls this directly

Calls 3

toDateMethod · 0.95
toStringMethod · 0.65
valueOfMethod · 0.65

Tested by

no test coverage detected