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

Function assertNode

test/unit/mapping/tree-tests.js:83–88  ·  view source on GitHub ↗
(node, key, value, edgesLength)

Source from the content-addressed store, hash-verified

81});
82
83function assertNode(node, key, value, edgesLength) {
84 assert.deepEqual(node.key, key);
85 assert.strictEqual(node.value, value);
86 assert.strictEqual(node.edges.length, edgesLength);
87 return node;
88}

Callers 1

tree-tests.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected