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

Function isAsyncIterableIterator

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

Source from the content-addressed store, hash-verified

69478}
69479var getStringFromMaybeBuffer = (x5) => {
69480 if (typeof x5 === "string")
69481 return x5;
69482 if (typeof Buffer !== "undefined" && x5 instanceof Buffer)
69483 return String(x5);

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…