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

Function getResultSet

test/unit/graph/graph-result-tests.js:141–143  ·  view source on GitHub ↗

* @param {Array} rows * @returns {ResultSet}

(rows)

Source from the content-addressed store, hash-verified

139 * @returns {ResultSet}
140 */
141function getResultSet(rows) {
142 return new ResultSet({ rows: rows }, null, null, null);
143}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected