Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ TO_STRING
Function
TO_STRING
src/utils.ts:124–124 ·
view source on GitHub ↗
(object: unknown)
Source
from the content-addressed store, hash-verified
122
}
123
124
const
TO_STRING = (object: unknown) => Object.prototype.toString.call(object);
125
/**
126
* Checks
if
arg is an Object:
127
* - **NOTE**: the check is based on the `[Symbol.toStringTag]() ===
'Object'
`
Callers
1
isObject
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected