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

Method GetRunOnStop

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

Source from the content-addressed store, hash-verified

1056}
1057
1058func (x *WorkspaceAgentScript) GetRunOnStop() bool {
1059 if x != nil {
1060 return x.RunOnStop
1061 }
1062 return false
1063}
1064
1065func (x *WorkspaceAgentScript) GetStartBlocksLogin() bool {
1066 if x != nil {

Callers 1

agentScriptsFromProtoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected