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

Method GetState

agent/proto/agent.pb.go:1913–1918  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1911}
1912
1913func (x *Lifecycle) GetState() Lifecycle_State {
1914 if x != nil {
1915 return x.State
1916 }
1917 return Lifecycle_STATE_UNSPECIFIED
1918}
1919
1920func (x *Lifecycle) GetChangedAt() *timestamppb.Timestamp {
1921 if x != nil {

Callers 3

userOAuth2GithubMethod · 0.45
RunInterfacesReportFunction · 0.45
UpdateLifecycleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected