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

Method push

lib/host.js:602–604  ·  view source on GitHub ↗

* Deprecated: Use set() instead. * @ignore * @deprecated

(k, v)

Source from the content-addressed store, hash-verified

600 * @deprecated
601 */
602 push(k, v) {
603 this.set(k, v);
604 }
605
606 /**
607 * Returns a shallow copy of the values of the map.

Callers 15

addExistingConnectionMethod · 0.45
_attemptNewConnectionMethod · 0.45
_addContactPointMethod · 0.45
setPeersInfoMethod · 0.45
_resolveAllMethod · 0.45
defineInstanceMembersFunction · 0.45
addItemFunction · 0.45
parseParamsFunction · 0.45
streams.jsFile · 0.45
splitEvenlyMethod · 0.45
sendStreamMethod · 0.45
_writeMethod · 0.45

Calls 1

setMethod · 0.95

Tested by

no test coverage detected