MCPcopy
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

onPrintFunction · 0.85
onTalkFunction · 0.85
onJumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected