Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
"node_modules/object-inspect/index.js"
Function · 0.85
isArray2
Function · 0.85
isDate2
Function · 0.85
isRegExp2
Function · 0.85
isError2
Function · 0.85
isString2
Function · 0.85
isNumber2
Function · 0.85
isBoolean2
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected