MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel /

Class

packages/db/src/services/session.service.ts:422–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422class SessionService {
423 private readonly client: typeof ch;
424 constructor(client: typeof ch) {
425 this.client = client;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected