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

Method unpinServer

src/transactions.ts:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 }
173
174 unpinServer(): void {
175 this._pinnedServer = undefined;
176 }
177}
178
179export function isTransactionCommand(command: Document): boolean {

Callers 2

transitionMethod · 0.95
unpinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected