MCPcopy 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

Calls 1

getterFunction · 0.70

Tested by

no test coverage detected