MCPcopy
hub / github.com/signalapp/Signal-Desktop / getTimestamp

Method getTimestamp

ts/test-mock/bootstrap.node.ts:548–552  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

546 }
547
548 public getTimestamp(): number {
549 const result = this.#timestamp;
550 this.#timestamp += 1;
551 return result;
552 }
553
554 public async maybeSaveLogs(
555 test?: Mocha.Runnable,

Callers 15

initStorageFunction · 0.95
edit_test.node.tsFile · 0.80
sendReadSyncsFunction · 0.80
changeIdentityKeyFunction · 0.80
sendSyncFunction · 0.80
sendResponseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected