MCPcopy Create free account
hub / github.com/NativeScript/firebase / nanoseconds

Method nanoseconds

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

Source from the content-addressed store, hash-verified

1250 }
1251
1252 get nanoseconds(): number {
1253 return this.native.getNanoseconds();
1254 }
1255
1256 get seconds(): number {
1257 return this.native.getSeconds();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected