MCPcopy
hub / github.com/orestbida/cookieconsent / appendChild

Function appendChild

src/utils/general.js:112–112  ·  view source on GitHub ↗
(parent, child)

Source from the content-addressed store, hash-verified

110 * @param {Node} child
111 */
112export const appendChild = (parent, child) => parent.appendChild(child);
113
114/**
115 * @param {HTMLElement} elem

Callers 5

loadScriptFunction · 0.90
createPreferencesModalFunction · 0.90
createToggleLabelFunction · 0.90
createConsentModalFunction · 0.90
general.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…