Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ q
Method
q
deps/npm/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
1
modules-data-url.mjs
File · 0.80
Calls
1
getter
Function · 0.70
Tested by
no test coverage detected