MCPcopy
hub / github.com/ether/etherpad / removeChild

Method removeChild

src/node/utils/SettingsTree.ts:13–15  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

11 }
12
13 public removeChild(key: string) {
14 this.children.delete(key);
15 }
16
17 public getChild(key: string) {
18 return this.children.get(key);

Callers 9

domAndRepSpliceFunction · 0.80
Ace2InnerFunction · 0.80
Ace2EditorFunction · 0.80
DOMEvalFunction · 0.80
assertFunction · 0.80
getDefaultDisplayFunction · 0.80
removeFunction · 0.80
computeStyleTestsFunction · 0.80
jquery.tsFile · 0.80

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected