MCPcopy Create free account
hub / github.com/zxlie/FeHelper / emptyNode

Function emptyNode

apps/color-picker/content-script.js:159–161  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

157 }
158
159 function emptyNode(node) {
160 while (node.lastChild) node.removeChild(node.lastChild);
161 }
162
163 function snapshotLoaded() {
164 c.style.height = 'auto';

Callers 3

setPixelPreviewFunction · 0.85
setDisplayFunction · 0.85
pickedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected