MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / init

Method init

lib/utils.js:594–600  ·  view source on GitHub ↗

* Resolves the addresses for the host name.

()

Source from the content-addressed store, hash-verified

592 * Resolves the addresses for the host name.
593 */
594 async init() {
595 if (this._isIp) {
596 return;
597 }
598
599 await this._resolve();
600 }
601
602 /**
603 * Tries to resolve the addresses for the host name.

Callers

nothing calls this directly

Calls 1

_resolveMethod · 0.95

Tested by

no test coverage detected