Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tmcw/big
/ emptyNode
Function
emptyNode
lib/big.js:325–329 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
323
}
324
325
function
emptyNode(node) {
326
while
(node.hasChildNodes()) {
327
node.removeChild(node.lastChild);
328
}
329
}
330
331
// Event listeners ===========================================================
332
Callers
3
onPrint
Function · 0.85
onTalk
Function · 0.85
onJump
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected