MCPcopy
hub / github.com/mongodb/node-mongodb-native / isTransactionCommand

Function isTransactionCommand

test/tools/spec-runner/index.js:540–542  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

538}
539
540function isTransactionCommand(command) {
541 return ['startTransaction', 'commitTransaction', 'abortTransaction'].indexOf(command) !== -1;
542}
543
544function isTestRunnerCommand(context, commandName) {
545 const testRunnerContext = context.testRunner;

Callers 2

resolveOperationArgsFunction · 0.70
testOperationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected