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

Function getControlConnectionForRows

test/unit/metadata-tests.js:2580–2582  ·  view source on GitHub ↗
(rows, protocolVersion = 4)

Source from the content-addressed store, hash-verified

2578}
2579
2580function getControlConnectionForRows(rows, protocolVersion = 4) {
2581 return getControlConnectionForResponse({ rows }, null, protocolVersion);
2582}
2583
2584function getControlConnectionForResponse(responseOrHandler, err, protocolVersion = 4) {
2585 return sinon.spy({

Callers 2

metadata-tests.jsFile · 0.85
newInstanceFunction · 0.85

Calls 1

Tested by

no test coverage detected