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

Function isAsyncIterableIterator2

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

Source from the content-addressed store, hash-verified

80425}
80426var getStringFromMaybeBuffer2 = (x5) => {
80427 if (typeof x5 === "string")
80428 return x5;
80429 if (typeof Buffer !== "undefined" && x5 instanceof Buffer)
80430 return String(x5);

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…