Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/npm/cli
/ q
Method
q
lib/utils/queryable.js:239–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
}
238
239
const
q = query =>
240
getter({
241
data: this.#data,
242
key: query,
243
}, opts)
244
245
if
(Array.isArray(queries)) {
246
let
res = {}
Callers
nothing calls this directly
Calls
1
getter
Function · 0.85
Tested by
no test coverage detected