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

Method keys

lib/host.js:497–499  ·  view source on GitHub ↗

* Returns an array of host addresses. * @returns {Array. }

()

Source from the content-addressed store, hash-verified

495 * @returns {Array.<String>}
496 */
497 keys() {
498 return Array.from(this._items.keys());
499 }
500
501 /**
502 * Removes an item from the map.

Callers

nothing calls this directly

Calls 2

fromMethod · 0.80
keysMethod · 0.65

Tested by

no test coverage detected