Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 */
248
export
function
ns(ns: string): MongoDBNamespace {
249
return
MongoDBNamespace.fromString(ns);
250
}
251
252
/** @public */
253
export
class
MongoDBNamespace {
Callers
15
constructor
Method · 0.90
executeHandshake
Function · 0.90
auth
Method · 0.90
externalCommand
Function · 0.90
auth
Method · 0.90
auth
Method · 0.90
executeScram
Function · 0.90
continueScramConversation
Function · 0.90
startAuthentication
Function · 0.90
finishAuthentication
Function · 0.90
ns
Method · 0.90
constructor
Method · 0.90
Calls
1
fromString
Method · 0.45
Tested by
3
constructor
Method · 0.68
executeSDAMTest
Function · 0.68
makeIndexOperation
Function · 0.68