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

Method initialize

scaletest/taskstatus/client.go:42–42  ·  view source on GitHub ↗

initialize sets up the client with the provided logger, which is only available after Run() is called.

(logger slog.Logger)

Source from the content-addressed store, hash-verified

40
41 // initialize sets up the client with the provided logger, which is only available after Run() is called.
42 initialize(logger slog.Logger)
43}
44
45// appStatusUpdater abstracts the details of updating app status via the

Callers 2

TestRunner_CleanupFunction · 0.65
RunMethod · 0.65

Implementers 2

fakeClientscaletest/taskstatus/run_internal_test
sdkClientscaletest/taskstatus/client.go

Calls

no outgoing calls

Tested by 1

TestRunner_CleanupFunction · 0.52