Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ether/etherpad
/ getSavedRevisionsList
Method
getSavedRevisionsList
src/node/db/Pad.ts:248–252 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
246
}
247
248
getSavedRevisionsList() {
249
const
savedRev = this.savedRevisions.map((rev) => rev.revNum);
250
savedRev.sort((a, b) => a - b);
251
return
savedRev;
252
}
253
254
getPublicStatus() {
255
return
this.publicStatus;
Callers
2
check
Method · 0.95
API.ts
File · 0.80
Calls
1
map
Method · 0.80
Tested by
no test coverage detected