Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toDate
Method · 0.95
toString
Method · 0.65
valueOf
Method · 0.65
Tested by
no test coverage detected