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

Function toStr

out/cli.cjs:27550–27552  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

27548 return hasOwn3.call(obj, key);
27549 }
27550 function toStr(obj) {
27551 return objectToString.call(obj);
27552 }
27553 function nameOf(f4) {
27554 if (f4.name) {
27555 return f4.name;

Callers 8

isArray2Function · 0.85
isDate2Function · 0.85
isRegExp2Function · 0.85
isError2Function · 0.85
isString2Function · 0.85
isNumber2Function · 0.85
isBoolean2Function · 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…