MCPcopy
hub / github.com/di-sukharev/opencommit / propsForError

Function propsForError

out/cli.cjs:69465–69468  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

69463 for await (const chunk of value) {
69464 parts.push(chunk);
69465 }
69466 } else {
69467 throw new Error(`Unexpected data type: ${typeof value}; constructor: ${value?.constructor?.name}; props: ${propsForError(value)}`);
69468 }
69469 return parts;
69470}
69471function propsForError(value) {

Callers 1

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