Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ nanoseconds
Method
nanoseconds
packages/firebase-firestore/index.ios.ts:1099–1101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1097
}
1098
1099
get nanoseconds(): number {
1100
return
this.native.nanoseconds;
1101
}
1102
1103
get seconds(): number {
1104
return
this.native.seconds;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected