Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ add
Method
add
src/sdam/server_selection.ts:31–33 · src/sdam/server_selection.ts::DeprioritizedServers.add
({ address }: ServerDescription)
Source
from the content-addressed store, hash-verified
29
}
30
31
add({ address }: ServerDescription) {
32
this.deprioritized.add(address);
33
}
34
35
has({ address }: ServerDescription): boolean {
36
return
this.deprioritized.has(address);
Callers
15
constructor
Method · 0.95
executeOperationWithRetries
Function · 0.95
jquery.js
File · 0.80
Ee
Function · 0.80
Se
Function · 0.80
Le
Function · 0.80
getTestOpDefinitions
Function · 0.80
setupSessionLeakChecker
Method · 0.80
setupClientLeakChecker
Method · 0.80
isTestRunnerCommand
Function · 0.80
socks5.test.ts
File · 0.80
run
Function · 0.80
Calls
no outgoing calls
Tested by
1
run
Function · 0.64