MCPcopy
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

_connectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected