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

Method ResolveActiveConversation

cli/hub_sync_test.go:34–38  ·  view source on GitHub ↗
(_ context.Context, _ string)

Source from the content-addressed store, hash-verified

32}
33
34func (f *fakeHubClient) ResolveActiveConversation(_ context.Context, _ string) (string, string, error) {
35 f.mu.Lock()
36 defer f.mu.Unlock()
37 return f.convID, "alice", nil
38}
39
40func (f *fakeHubClient) NewConversation(_ context.Context, _ string) (string, error) {
41 f.mu.Lock()

Callers

nothing calls this directly

Calls 2

LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected