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

Method getHeadRevisionNumber

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

Source from the content-addressed store, hash-verified

238 }
239
240 getHeadRevisionNumber() {
241 return this.head;
242 }
243
244 getSavedRevisionsNumber() {
245 return this.savedRevisions.length;

Callers 14

getLastEditMethod · 0.95
getValidRevisionRangeMethod · 0.95
checkMethod · 0.95
compactPad.tsFile · 0.80
checkTodosFunction · 0.80
loadMetaFunction · 0.80
API.tsFile · 0.80
handleUserChangesFunction · 0.80
handleClientReadyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected