MCPcopy
hub / github.com/Automattic/mongoose / SessionOperation

Interface SessionOperation

types/session.d.ts:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 function startSession(options?: ClientSessionOptions): Promise<ClientSession>;
13
14 interface SessionOperation {
15 /** Sets the session. Useful for [transactions](/docs/transactions.html). */
16 session(session: mongodb.ClientSession | null): this;
17 }
18
19 interface SessionStarter {
20

Callers 2

query.test.jsFile · 0.80

Implementers 2

Aggregatetypes/aggregate.d.ts
Querytypes/query.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…