MCPcopy
hub / github.com/affaan-m/ECC / SessionStats

Interface SessionStats

scripts/lib/session-manager.d.ts:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31/** Statistics computed from session content */
32export interface SessionStats {
33 totalItems: number;
34 completedItems: number;
35 inProgressItems: number;
36 lineCount: number;
37 hasNotes: boolean;
38 hasContext: boolean;
39}
40
41/** A session object returned by getAllSessions and getSessionById */
42export interface Session extends SessionFilenameMeta {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected