MCPcopy
hub / github.com/di-sukharev/opencommit / isFunction4

Function isFunction4

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

Source from the content-addressed store, hash-verified

25465 return typeof value === "string" || value instanceof String;
25466 }
25467 function isFunction4(value) {
25468 return typeof value === "function";
25469 }
25470 function isBuffer2(value) {
25471 return typeof value === "object" && "length" in value;
25472 }

Callers 2

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