Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ isConnected
Method
isConnected
src/sdam/topology.ts:762–764 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
760
}
761
762
isConnected(): boolean {
763
return
this.s.state === STATE_CONNECTED;
764
}
765
766
isDestroyed(): boolean {
767
return
this.s.state === STATE_CLOSED;
Callers
2
mongo_client.test.ts
File · 0.80
_connect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected