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

Function ns

src/utils.ts:248–250  ·  view source on GitHub ↗
(ns: string)

Source from the content-addressed store, hash-verified

246
247/** @internal */
248export function ns(ns: string): MongoDBNamespace {
249 return MongoDBNamespace.fromString(ns);
250}
251
252/** @public */
253export class MongoDBNamespace {

Callers 15

constructorMethod · 0.90
executeHandshakeFunction · 0.90
authMethod · 0.90
externalCommandFunction · 0.90
authMethod · 0.90
authMethod · 0.90
executeScramFunction · 0.90
startAuthenticationFunction · 0.90
finishAuthenticationFunction · 0.90
nsMethod · 0.90
constructorMethod · 0.90

Calls 1

fromStringMethod · 0.45

Tested by 3

constructorMethod · 0.68
executeSDAMTestFunction · 0.68
makeIndexOperationFunction · 0.68