Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
141
function
getResultSet(rows) {
142
return
new
ResultSet({ rows: rows }, null, null, null);
143
}
Callers
1
graph-result-tests.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected