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

Method UpdateAppStatus

agent/agentsocket/service_test.go:24–26  ·  view source on GitHub ↗
(ctx context.Context, req *agentproto.UpdateAppStatusRequest)

Source from the content-addressed store, hash-verified

22}
23
24func (m *fakeAgentAPI) UpdateAppStatus(ctx context.Context, req *agentproto.UpdateAppStatusRequest) (*agentproto.UpdateAppStatusResponse, error) {
25 return m.updateAppStatus(ctx, req)
26}
27
28// newSocketClient creates a DRPC client connected to the Unix socket at the given path.
29func newSocketClient(ctx context.Context, t *testing.T, socketPath string) *agentsocket.Client {

Callers

nothing calls this directly

Calls 1

updateAppStatusMethod · 0.65

Tested by

no test coverage detected