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

Method getSavedRevisionsNumber

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

Source from the content-addressed store, hash-verified

242 }
243
244 getSavedRevisionsNumber() {
245 return this.savedRevisions.length;
246 }
247
248 getSavedRevisionsList() {
249 const savedRev = this.savedRevisions.map((rev) => rev.revNum);

Callers 2

checkMethod · 0.95
API.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected