MCPcopy Create free account
hub / github.com/nodejs/node / buildKey

Function buildKey

deps/undici/src/lib/mock/mock-utils.js:242–252  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

240}
241
242function buildKey (opts) {
243 const { path, method, body, headers, query } = opts
244
245 return {
246 path,
247 method,
248 body,
249 headers,
250 query
251 }
252}
253
254function generateKeyValues (data) {
255 const keys = Object.keys(data)

Callers 2

constructorMethod · 0.85
mockDispatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected