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

Function getStatusText

out/cli.cjs:57298–57300  ·  view source on GitHub ↗
(statusCode)

Source from the content-addressed store, hash-verified

57296 }
57297 function generateKeyValues(data) {
57298 return Object.entries(data).reduce((keyValuePairs, [key, value]) => [
57299 ...keyValuePairs,
57300 Buffer.from(`${key}`),
57301 Array.isArray(value) ? value.map((x5) => Buffer.from(`${x5}`)) : Buffer.from(`${value}`)
57302 ], []);
57303 }

Callers 1

handleReplyFunction · 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…