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

Function newFakeHubClient

cli/hub_sync_test.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func newFakeHubClient() *fakeHubClient {
31 return &fakeHubClient{convID: "conv-1", convCounter: 1, subCh: make(chan models.ConversationEvent, 16)}
32}
33
34func (f *fakeHubClient) ResolveActiveConversation(_ context.Context, _ string) (string, string, error) {
35 f.mu.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected