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

Method $

deps/v8/tools/js/web-api-helper.mjs:17–19  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

15 }
16
17 $(id) {
18 return this.shadowRoot.querySelector(id);
19 }
20
21 querySelectorAll(query) {
22 return this.shadowRoot.querySelectorAll(query);

Callers 4

constructorMethod · 0.45
_updateLabelMethod · 0.45
handleClickMethod · 0.45
rootMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected