MCPcopy Index your code
hub / github.com/nodejs/node / $

Function $

deps/v8/tools/profview/profview.js:7–9  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

5"use strict"
6
7function $(id) {
8 return document.getElementById(id);
9}
10
11function removeAllChildren(element) {
12 while (element.firstChild) {

Callers 14

updateSourcesFunction · 0.70
onLoadFunction · 0.70
constructorMethod · 0.70
renderMethod · 0.70
constructorMethod · 0.70
constructorMethod · 0.70
addModeMethod · 0.70
constructorMethod · 0.70
constructorMethod · 0.70
renderMethod · 0.70
constructorMethod · 0.70
bIFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected