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

Method getById

lib/metadata/index.js:1011–1013  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

1009 }
1010
1011 getById(id) {
1012 return this._mapById.get(id.toString('hex'));
1013 }
1014
1015 clear() {
1016 this._mapByKey = new Map();

Callers 1

getPreparedByIdMethod · 0.80

Calls 2

getMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected