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

Method DeleteSession

server/handler.go:82–82  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

80 LoadSession(name string) ([]models.Message, error)
81 ListSessions() ([]string, error)
82 DeleteSession(name string) error
83}
84
85// SessionStoreV2 extends SessionStore with v2 scoped-history support.

Callers 3

DeleteSessionMethod · 0.65
handleDeleteSessionMethod · 0.65
DeleteSessionMethod · 0.65

Implementers 6

Clientclient/remote/remote_client.go
chatCLIServiceClientproto/chatcli/v1/chatcli_grpc.pb.go
UnimplementedChatCLIServiceServerproto/chatcli/v1/chatcli_grpc.pb.go
SessionManagercli/session_manager.go
Handlerserver/handler.go
mockSessionStoreserver/handler_test.go

Calls

no outgoing calls

Tested by

no test coverage detected