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

Method getKeyRevisionNumber

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

Source from the content-addressed store, hash-verified

451 }
452
453 getKeyRevisionNumber(revNum: number) {
454 return Math.floor(revNum / 100) * 100;
455 }
456
457 /**
458 * @returns {string} The pad's text.

Callers 4

appendRevisionMethod · 0.95
checkMethod · 0.95
deleteRevisionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected