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

Method getSavedRevisionsList

src/node/db/Pad.ts:248–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246 }
247
248 getSavedRevisionsList() {
249 const savedRev = this.savedRevisions.map((rev) => rev.revNum);
250 savedRev.sort((a, b) => a - b);
251 return savedRev;
252 }
253
254 getPublicStatus() {
255 return this.publicStatus;

Callers 2

checkMethod · 0.95
API.tsFile · 0.80

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected