Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ether/etherpad
/ getRevision
Method
getRevision
src/node/db/Pad.ts:414–416 ·
view source on GitHub ↗
(revNum: number)
Source
from the content-addressed store, hash-verified
412
}
413
414
async
getRevision(revNum: number) {
415
return
await
this.db.get(`pad:${this.id}:revs:${revNum}`);
416
}
417
418
async
getAllAuthorColors() {
419
const
authorIds = this.getAllAuthors();
Callers
5
_getChangesetsInBulk
Method · 0.80
ExportEtherpad.ts
File · 0.80
deleteRevisions
Function · 0.80
handleUserChanges
Function · 0.80
PadMessageHandler.ts
File · 0.80
Calls
1
get
Method · 0.80
Tested by
no test coverage detected