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

Function propsForError2

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

Source from the content-addressed store, hash-verified

80410 for await (const chunk of value) {
80411 parts.push(chunk);
80412 }
80413 } else {
80414 throw new Error(`Unexpected data type: ${typeof value}; constructor: ${value?.constructor?.name}; props: ${propsForError2(value)}`);
80415 }
80416 return parts;
80417}
80418function propsForError2(value) {

Callers 1

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