MCPcopy Create free account
hub / github.com/codeaashu/claude-code / activeCount

Method activeCount

src/server/web/session-manager.ts:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 get activeCount(): number {
88 return this.store.size;
89 }
90
91 get isFull(): boolean {
92 return this.store.size >= this.maxSessions;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected