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

TypeAlias Status

agent/unit/manager.go:25–25  ·  view source on GitHub ↗

Status represents the status of a unit.

Source from the content-addressed store, hash-verified

23
24// Status represents the status of a unit.
25type Status string
26
27var _ fmt.Stringer = Status("")
28

Callers 2

SyncStatusMethod · 0.92
manager.goFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected