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

Method getRevision

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

Source from the content-addressed store, hash-verified

412 }
413
414 async getRevision(revNum: number) {
415 return await this.db.get(`pad:${this.id}:revs:${revNum}`);
416 }
417
418 async getAllAuthorColors() {
419 const authorIds = this.getAllAuthors();

Callers 5

_getChangesetsInBulkMethod · 0.80
ExportEtherpad.tsFile · 0.80
deleteRevisionsFunction · 0.80
handleUserChangesFunction · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected