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

Function generateKeyValues

out/cli.cjs:57291–57297  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

57289 return {
57290 path: path5,
57291 method,
57292 body,
57293 headers,
57294 query
57295 };
57296 }
57297 function generateKeyValues(data) {
57298 return Object.entries(data).reduce((keyValuePairs, [key, value]) => [
57299 ...keyValuePairs,
57300 Buffer.from(`${key}`),

Callers 1

handleReplyFunction · 0.85

Calls 2

entriesMethod · 0.45
fromMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…