MCPcopy Create free account
hub / github.com/npm/cli / querySelectorAll

Method querySelectorAll

workspaces/arborist/lib/node.js:1603–1605  ·  view source on GitHub ↗
(query, opts)

Source from the content-addressed store, hash-verified

1601 // maybe accept both string value or array of strings
1602 // seems to be what dom API does
1603 querySelectorAll (query, opts) {
1604 return querySelectorAll(this, query, opts)
1605 }
1606
1607 toJSON () {
1608 return printableTree(this)

Callers 5

runTestFunction · 0.95
execMethod · 0.80
execWorkspacesMethod · 0.80
#queryTreeMethod · 0.80
transformHTMLFunction · 0.80

Calls 1

querySelectorAllFunction · 0.70

Tested by

no test coverage detected