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

TypeAlias WorkspaceAgentLifecycle

codersdk/workspaceagents.go:35–35  ·  view source on GitHub ↗

WorkspaceAgentLifecycle represents the lifecycle state of a workspace agent. The agent lifecycle starts in the "created" state, and transitions to "starting" when the agent reports it has begun preparing (e.g. started executing the startup script).

Source from the content-addressed store, hash-verified

33// "starting" when the agent reports it has begun preparing (e.g. started
34// executing the startup script).
35type WorkspaceAgentLifecycle string
36
37// WorkspaceAgentLifecycle enums.
38const (

Callers 5

WorkspaceAgentFunction · 0.92
maybeSendAgentUpdateMethod · 0.92
LifecycleStateFromProtoFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected