Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
func
(m *SessionManager) List() []session.Meta {
84
return
m.store.ListSessions()
85
}
Callers
1
dispatchResult
Method · 0.80
Calls
1
ListSessions
Method · 0.80
Tested by
no test coverage detected