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

Function encodeParam

lib/encoder.js:1179–1182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177 }
1178 const parts = new Array(routingIndexes.length);
1179 const encodeParam = i => {
1180 const columnInfo = meta.columns[i];
1181 return this.encode(params[i], columnInfo ? columnInfo.type : null);
1182 };
1183
1184 let totalLength = 0;
1185

Callers 1

defineInstanceMembersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected