Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ether/etherpad
/ removePad
Method
removePad
src/node/db/PadManager.ts:93–97 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
91
}
92
93
removePad(name: string) {
94
if
(!this._list.has(name))
return
;
95
this._list.delete(name);
96
this._cachedList = null;
97
}
98
}();
99
100
// initialises the all-knowing data structure
Callers
8
import.ts
File · 0.80
importToPad
Function · 0.80
seedPad
Function · 0.80
importHtml
Function · 0.80
restoreRevision.ts
File · 0.80
adminsettings.ts
File · 0.80
PadManager.ts
File · 0.80
remove
Method · 0.80
Calls
1
delete
Method · 0.80
Tested by
no test coverage detected