MCPcopy Create free account
hub / github.com/webpack/webpack / insertBefore

Method insertBefore

test/helpers/FakeDocument.js:257–260  ·  view source on GitHub ↗

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

(node)

Source from the content-addressed store, hash-verified

255 * @returns {void}
256 */
257 insertBefore(node) {
258 this._attach(node);
259 this._load(node);
260 }
261
262 /**
263 * @param {FakeElement} node node to append

Callers

nothing calls this directly

Calls 2

_attachMethod · 0.95
_loadMethod · 0.95

Tested by

no test coverage detected