Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ has
Method
has
src/sdam/server_selection.ts:35–37 ·
view source on GitHub ↗
({ address }: ServerDescription)
Source
from the content-addressed store, hash-verified
33
}
34
35
has({ address }: ServerDescription): boolean {
36
return
this.deprioritized.has(address);
37
}
38
}
39
40
function
filterDeprioritized(
Callers
15
updateFromSrvPollingEvent
Method · 0.45
update
Method · 0.45
hasServer
Method · 0.45
updateRsFromPrimary
Function · 0.45
updateRsNoPrimaryFromMember
Function · 0.45
filterDeprioritized
Function · 0.45
isDeprioritizedFactory
Function · 0.45
isDataBearing
Method · 0.45
isWritable
Method · 0.45
updateServers
Function · 0.45
requestCheck
Method · 0.45
resolveIndexDescription
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected