MCPcopy
hub / github.com/FoalTS/foal / DatabaseSession

Interface DatabaseSession

packages/mongodb/src/mongodb-store.service.spec.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16import { MongoDBStore } from './mongodb-store.service';
17
18interface DatabaseSession {
19 sessionID: string;
20 state: SessionState;
21}
22
23describe('MongoDBStore', () => {
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected