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

TypeAlias ID

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

ID provides a type narrowed representation of the unique identifier of a unit.

Source from the content-addressed store, hash-verified

43
44// ID provides a type narrowed representation of the unique identifier of a unit.
45type ID string
46
47// Unit represents a point-in-time snapshot of a vertex in the dependency graph.
48// Units may depend on other units, or be depended on by other units. The unit struct

Callers 11

syncStartMethod · 0.92
syncCompleteMethod · 0.92
syncStatusMethod · 0.92
syncWantMethod · 0.92
SyncStartMethod · 0.92
SyncWantMethod · 0.92
SyncCompleteMethod · 0.92
SyncReadyMethod · 0.92
SyncStatusMethod · 0.92
SyncStatusMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected