MCPcopy Index your code
hub / github.com/coder/coder / WithLogBodies

Function WithLogBodies

codersdk/client.go:709–713  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

707}
708
709func WithLogBodies() ClientOption {
710 return func(c *Client) {
711 c.logBodies = true
712 }
713}
714
715func WithPlainLogger(plainLogger io.Writer) ClientOption {
716 return func(c *Client) {

Callers 5

InitClientMethod · 0.92
TryInitClientMethod · 0.92
initializeMethod · 0.92
RunMethod · 0.92
RunReturningResultMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected