MCPcopy Index your code
hub / github.com/ether/etherpad / getRevisionDate

Method getRevisionDate

src/node/db/Pad.ts:369–372  ·  view source on GitHub ↗
(revNum: number)

Source from the content-addressed store, hash-verified

367 }
368
369 async getRevisionDate(revNum: number) {
370 // @ts-ignore
371 return await this.db.getSub(`pad:${this.id}:revs:${revNum}`, ['meta', 'timestamp']);
372 }
373
374 /**
375 * @param {number} revNum - Must be a key revision number (see `getKeyRevisionNumber`).

Callers 5

checkMethod · 0.95
checkTodosFunction · 0.80
handleUserChangesFunction · 0.80
handleClientReadyFunction · 0.80
getChangesetInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected