MCPcopy Create free account
hub / github.com/coder/coder / UpdateChat

Method UpdateChat

scaletest/chat/client.go:19–19  ·  view source on GitHub ↗
(ctx context.Context, chatID uuid.UUID, req codersdk.UpdateChatRequest)

Source from the content-addressed store, hash-verified

17 StreamChat(ctx context.Context, chatID uuid.UUID, opts *codersdk.StreamChatOptions) (<-chan codersdk.ChatStreamEvent, io.Closer, error)
18 CreateChatMessage(ctx context.Context, chatID uuid.UUID, req codersdk.CreateChatMessageRequest) (codersdk.CreateChatMessageResponse, error)
19 UpdateChat(ctx context.Context, chatID uuid.UUID, req codersdk.UpdateChatRequest) error
20}
21
22type sdkChatClient struct {

Callers 12

TestListChatsFunction · 0.65
TestGetChatFunction · 0.65
TestArchiveChatFunction · 0.65
TestUnarchiveChatFunction · 0.65
TestChatPinOrderFunction · 0.65
TestPostChatMessagesFunction · 0.65
TestPatchChatMessageFunction · 0.65
TestWatchChatGitAuthzFunction · 0.65
TestGetChatsByWorkspaceFunction · 0.65
CleanupMethod · 0.65
UpdateChatMethod · 0.65

Implementers 2

fakeChatClientscaletest/chat/run_internal_test.go
sdkChatClientscaletest/chat/client.go

Calls

no outgoing calls

Tested by 10

TestListChatsFunction · 0.52
TestGetChatFunction · 0.52
TestArchiveChatFunction · 0.52
TestUnarchiveChatFunction · 0.52
TestChatPinOrderFunction · 0.52
TestPostChatMessagesFunction · 0.52
TestPatchChatMessageFunction · 0.52
TestWatchChatGitAuthzFunction · 0.52
TestGetChatsByWorkspaceFunction · 0.52