Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
179
export
function
isTransactionCommand(command: Document): boolean {
Callers
2
transition
Method · 0.95
unpin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected