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

Method SetLogBodies

scaletest/chat/client.go:34–36  ·  view source on GitHub ↗
(logBodies bool)

Source from the content-addressed store, hash-verified

32}
33
34func (c *sdkChatClient) SetLogBodies(logBodies bool) {
35 c.client.SetLogBodies(logBodies)
36}
37
38func (c *sdkChatClient) CreateChat(ctx context.Context, req codersdk.CreateChatRequest) (codersdk.Chat, error) {
39 return c.client.CreateChat(ctx, req)

Callers

nothing calls this directly

Calls 1

SetLogBodiesMethod · 0.65

Tested by

no test coverage detected