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

Method initialize

scaletest/taskstatus/client.go:105–110  ·  view source on GitHub ↗
(logger slog.Logger)

Source from the content-addressed store, hash-verified

103}
104
105func (c *sdkClient) initialize(logger slog.Logger) {
106 // Configure the coder client logging
107 c.logger = logger
108 c.coderClient.SetLogger(logger)
109 c.coderClient.SetLogBodies(true)
110}
111
112// sdkAppStatusUpdater is the concrete implementation of the
113// appStatusUpdater interface. It dials the Agent dRPC endpoint once

Callers

nothing calls this directly

Calls 2

SetLoggerMethod · 0.65
SetLogBodiesMethod · 0.65

Tested by

no test coverage detected