MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / metadata-table.js

File metadata-table.js

examples/metadata/metadata-table.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"use strict";
2const cassandra = require('cassandra-driver');
3
4const client = new cassandra.Client({ contactPoints: ['127.0.0.1'], localDataCenter: 'dc1' });

Callers

nothing calls this directly

Calls 4

connectMethod · 0.80
getTableMethod · 0.65
shutdownMethod · 0.65
executeMethod · 0.45

Tested by

no test coverage detected