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

Method AppHealthCh

agent/agenttest/client.go:363–365  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361}
362
363func (f *FakeAgentAPI) AppHealthCh() <-chan *agentproto.BatchUpdateAppHealthRequest {
364 return f.appHealthCh
365}
366
367func (f *FakeAgentAPI) UpdateStartup(ctx context.Context, req *agentproto.UpdateStartupRequest) (*agentproto.Startup, error) {
368 select {

Callers 3

TestAppHealth_HealthyFunction · 0.80
TestAppHealth_500Function · 0.80
TestAppHealth_TimeoutFunction · 0.80

Calls

no outgoing calls

Tested by 3

TestAppHealth_HealthyFunction · 0.64
TestAppHealth_500Function · 0.64
TestAppHealth_TimeoutFunction · 0.64