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

Method UpdateChat

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

Source from the content-addressed store, hash-verified

48}
49
50func (c *sdkChatClient) UpdateChat(ctx context.Context, chatID uuid.UUID, req codersdk.UpdateChatRequest) error {
51 return c.client.UpdateChat(ctx, chatID, req)
52}
53
54var _ chatClient = (*sdkChatClient)(nil)

Callers

nothing calls this directly

Calls 1

UpdateChatMethod · 0.65

Tested by

no test coverage detected