Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-nodejs-driver
/ getDefaultWriter
Function
getDefaultWriter
lib/datastax/graph/graph-executor.js:278–280 ·
view source on GitHub ↗
(writer)
Source
from the content-addressed store, hash-verified
276
}
277
278
function
getDefaultWriter(writer) {
279
return
value => writer.write(value);
280
}
281
282
module.exports = GraphExecutor;
Callers
1
graph-executor.js
File · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected