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

Function checkKeyspace

test/integration/short/metadata-tests.js:59–63  ·  view source on GitHub ↗
(client, name, strategy, optionName, optionValue)

Source from the content-addressed store, hash-verified

57 }
58
59 function checkKeyspace(client, name, strategy, optionName, optionValue) {
60 const m = client.metadata;
61 const ks = m.keyspaces[name];
62 checkKeyspaceWithInfo(ks, strategy, optionName, optionValue);
63 }
64
65 utils.series([
66 client.connect.bind(client),

Callers 1

metadata-tests.jsFile · 0.85

Calls 1

checkKeyspaceWithInfoFunction · 0.85

Tested by

no test coverage detected