()
| 1228 | } |
| 1229 | |
| 1230 | static now() { |
| 1231 | const ts = new Timestamp(0, 0, true); |
| 1232 | ts._native = com.google.firebase.Timestamp.now(); |
| 1233 | return ts; |
| 1234 | } |
| 1235 | |
| 1236 | isEqual(ts: Timestamp): boolean { |
| 1237 | return this.native.compareTo(ts.native) === 0; |
nothing calls this directly
no outgoing calls
no test coverage detected