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

Method setById

lib/metadata/index.js:1007–1009  ·  view source on GitHub ↗
(info)

Source from the content-addressed store, hash-verified

1005 }
1006
1007 setById(info) {
1008 this._mapById.set(info.queryId.toString('hex'), info);
1009 }
1010
1011 getById(id) {
1012 return this._mapById.get(id.toString('hex'));

Callers 2

setPreparedByIdMethod · 0.80
metadata-tests.jsFile · 0.80

Calls 2

setMethod · 0.80
toStringMethod · 0.65

Tested by

no test coverage detected