MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / List

Method List

backend/session.go:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 return nil, fmt.Errorf("session %s not found", sessionID)
79 }
80 return session, nil
81}
82
83func (m *SessionManager) List() []session.Meta {
84 return m.store.ListSessions()
85}

Callers 1

dispatchResultMethod · 0.80

Calls 1

ListSessionsMethod · 0.80

Tested by

no test coverage detected