MCPcopy
hub / github.com/webpack/webpack / appendChild

Method appendChild

test/helpers/FakeDocument.js:266–269  ·  view source on GitHub ↗

* @param {FakeElement} node node to append * @returns {void}

(node)

Source from the content-addressed store, hash-verified

264 * @returns {void}
265 */
266 appendChild(node) {
267 this._attach(node);
268 this._load(node);
269 }
270
271 /**
272 * @param {FakeElement} node node to remove

Callers 15

cloneNodeMethod · 0.95
index.jsFile · 0.80
index.jsFile · 0.80
moduleScopeFunction · 0.80
moduleScopeFunction · 0.80
moduleScopeFunction · 0.80
moduleScopeFunction · 0.80
moduleScopeFunction · 0.80
moduleScopeFunction · 0.80
createCssRunnerMethod · 0.80
moduleScopeFunction · 0.80
moduleScopeFunction · 0.80

Calls 2

_attachMethod · 0.95
_loadMethod · 0.95

Tested by

no test coverage detected