Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
appendRevision
Method · 0.95
getInternalRevisionAText
Method · 0.95
check
Method · 0.95
deleteRevisions
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected