Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
domAndRepSplice
Function · 0.80
Ace2Inner
Function · 0.80
Ace2Editor
Function · 0.80
DOMEval
Function · 0.80
assert
Function · 0.80
getDefaultDisplay
Function · 0.80
remove
Function · 0.80
computeStyleTests
Function · 0.80
jquery.ts
File · 0.80
Calls
1
delete
Method · 0.80
Tested by
no test coverage detected