MCPcopy Create free account
hub / github.com/diillson/chatcli / SaveSessionV2

Method SaveSessionV2

server/handler.go:88–88  ·  view source on GitHub ↗
(name string, sd *models.SessionData)

Source from the content-addressed store, hash-verified

86// Implementations that support v2 are detected via type assertion.
87type SessionStoreV2 interface {
88 SaveSessionV2(name string, sd *models.SessionData) error
89 LoadSessionV2(name string) (*models.SessionData, error)
90}
91

Callers 5

TestSearchSessionsFunction · 0.65
handleSaveSessionMethod · 0.65
TestSessionAdapter_ListFunction · 0.65
SaveSessionMethod · 0.65

Implementers 3

Clientclient/remote/remote_client.go
SessionManagercli/session_manager.go
mockSessionStoreV2server/handler_test.go

Calls

no outgoing calls

Tested by 3

TestSearchSessionsFunction · 0.52
TestSessionAdapter_ListFunction · 0.52