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

Method isDataBearing

src/sdam/server_description.ts:154–156  ·  view source on GitHub ↗

Is this server data bearing

()

Source from the content-addressed store, hash-verified

152
153 /** Is this server data bearing */
154 get isDataBearing(): boolean {
155 return DATA_BEARING_SERVER_TYPES.has(this.type);
156 }
157
158 /** Is this server available for writes */
159 get isWritable(): boolean {

Callers

nothing calls this directly

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected