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

Function getName

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

Source from the content-addressed store, hash-verified

69467 throw new Error(`Unexpected data type: ${typeof value}; constructor: ${value?.constructor?.name}; props: ${propsForError(value)}`);
69468 }
69469 return parts;
69470}
69471function propsForError(value) {
69472 const props = Object.getOwnPropertyNames(value);
69473 return `[${props.map((p4) => `"${p4}"`).join(", ")}]`;
69474}
69475function getName(value) {

Callers 1

toFileFunction · 0.85

Calls 1

getStringFromMaybeBufferFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…