MCPcopy 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.tsFile · 0.80
importToPadFunction · 0.80
seedPadFunction · 0.80
importHtmlFunction · 0.80
restoreRevision.tsFile · 0.80
adminsettings.tsFile · 0.80
PadManager.tsFile · 0.80
removeMethod · 0.80

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected