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

Function getById

playground/src/modules/utils.js:69–69  ·  view source on GitHub ↗
(selector)

Source from the content-addressed store, hash-verified

67 * @param {string} selector
68 */
69export const getById = (selector) => document.getElementById(selector);
70
71export const deepEqual = (x, y) => {
72 const ok = Object.keys, tx = typeof x, ty = typeof y;

Callers 11

guiOptions.jsFile · 0.90
translations.jsFile · 0.90
resetButton.jsFile · 0.90
language.jsFile · 0.90
updateCurrentLanguageFunction · 0.90
downloadConfig.jsFile · 0.90
toggleThemeFunction · 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…