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

Method valueOf

packages/firebase-firestore/index.ios.ts:1119–1121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1117 }
1118
1119 valueOf() {
1120 return this.native.dateValue().valueOf().toString();
1121 }
1122
1123 get native() {
1124 return this._native;

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.65
valueOfMethod · 0.65

Tested by

no test coverage detected