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

Method buildInfo

src/admin.ts:93–95  ·  view source on GitHub ↗

* Retrieve the server build information * * @param options - Optional settings for the command

(options?: CommandOperationOptions)

Source from the content-addressed store, hash-verified

91 * @param options - Optional settings for the command
92 */
93 async buildInfo(options?: CommandOperationOptions): Promise<Document> {
94 return await this.command({ buildinfo: 1 }, options);
95 }
96
97 /**
98 * Retrieve the server build information

Callers 3

isAtlasDataLakeFunction · 0.80

Calls 1

commandMethod · 0.95

Tested by

no test coverage detected