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

Function isBuffer2

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

Source from the content-addressed store, hash-verified

25468 return typeof value === "function";
25469 }
25470 function isBuffer2(value) {
25471 return typeof value === "object" && "length" in value;
25472 }
25473 function isURL(value) {
25474 return URL3 && value instanceof URL3;
25475 }

Callers 2

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