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

Method getRevisionChangeset

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

Source from the content-addressed store, hash-verified

357 }
358
359 async getRevisionChangeset(revNum: number) {
360 // @ts-ignore
361 return await this.db.getSub(`pad:${this.id}:revs:${revNum}`, ['changeset']);
362 }
363
364 async getRevisionAuthor(revNum: number) {
365 // @ts-ignore

Callers 4

checkMethod · 0.95
API.tsFile · 0.80
handleClientReadyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected