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

Method empty

lib/execution-options.js:48–50  ·  view source on GitHub ↗

* Creates an empty instance, where all methods return undefined, used internally. * @ignore * @return {ExecutionOptions}

()

Source from the content-addressed store, hash-verified

46 * @return {ExecutionOptions}
47 */
48 static empty() {
49 return new ExecutionOptions();
50 }
51
52 /**
53 * Determines if the stack trace before the query execution should be maintained.

Callers 14

constructorMethod · 0.80
sendStreamMethod · 0.80
_sendStartupEventMethod · 0.80
_sendStatusEventMethod · 0.80
_getTraceMethod · 0.80
getQueryRequestFunction · 0.80
getBatchRequestFunction · 0.80
getExecuteRequestFunction · 0.80
getExecOptionsFunction · 0.80
getQueryPlanFunction · 0.80
getExecOptionsFunction · 0.80
getExecOptionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected