MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / buildKey

Function buildKey

out/cli.cjs:57281–57290  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

57279 return false;
57280 }
57281 return matchKey(dispatch, key);
57282 });
57283 if (index !== -1) {
57284 mockDispatches.splice(index, 1);
57285 }
57286 }
57287 function buildKey(opts) {
57288 const { path: path5, method, body, headers, query } = opts;
57289 return {
57290 path: path5,
57291 method,
57292 body,
57293 headers,

Callers 2

mockDispatchFunction · 0.85
constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…