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

Struct mockSessionStore

server/handler_test.go:85–87  ·  view source on GitHub ↗

--- Mock SessionStore ---

Source from the content-addressed store, hash-verified

83// --- Mock SessionStore ---
84
85type mockSessionStore struct {
86 mock.Mock
87}
88
89func (m *mockSessionStore) SaveSession(name string, history []models.Message) error {
90 args := m.Called(name, history)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected