MCPcopy
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
40function filterDeprioritized(

Callers 15

updateMethod · 0.45
hasServerMethod · 0.45
updateRsFromPrimaryFunction · 0.45
filterDeprioritizedFunction · 0.45
isDeprioritizedFactoryFunction · 0.45
isDataBearingMethod · 0.45
isWritableMethod · 0.45
updateServersFunction · 0.45
requestCheckMethod · 0.45
resolveIndexDescriptionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected