Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getLastEdit
Method · 0.95
getInternalRevisionAText
Method · 0.95
getValidRevisionRange
Method · 0.95
check
Method · 0.95
compactPad.ts
File · 0.80
clientvar_rev_consistency.ts
File · 0.80
checkTodos
Function · 0.80
loadMeta
Function · 0.80
API.ts
File · 0.80
handleUserChanges
Function · 0.80
PadMessageHandler.ts
File · 0.80
handleClientReady
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected