Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ inspect
Method
inspect
src/utils.ts:931–933 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
929
}
930
931
inspect(): string {
932
return
`
new
HostAddress(
'${this.toString()}'
)`;
933
}
934
935
toString(): string {
936
if
(typeof this.host ===
'string'
) {
Callers
3
[Symbol.for('nodejs.util.inspect.custom')]
Method · 0.95
diff
Function · 0.80
afterEachLogging
Method · 0.80
Calls
1
toString
Method · 0.95
Tested by
no test coverage detected