MCPcopy
hub / github.com/mongodb/node-mongodb-native / address

Method address

src/cmap/connection_pool.ts:240–242  ·  view source on GitHub ↗

The address of the endpoint the pool is connected to

()

Source from the content-addressed store, hash-verified

238
239 /** The address of the endpoint the pool is connected to */
240 get address(): string {
241 return this.options.hostAddress.toString();
242 }
243
244 /**
245 * Check if the pool has been closed

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected