Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ createPk
Method
createPk
src/mongo_client.ts:104–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
/** @public */
103
export
interface
PkFactory {
104
createPk(): any;
105
}
106
107
/** @public */
Callers
3
mongo_client.test.ts
File · 0.80
maybeAddIdToDocuments
Function · 0.80
buildInsertOneOperation
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected