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

Method GetRunOnStart

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

Source from the content-addressed store, hash-verified

1049}
1050
1051func (x *WorkspaceAgentScript) GetRunOnStart() bool {
1052 if x != nil {
1053 return x.RunOnStart
1054 }
1055 return false
1056}
1057
1058func (x *WorkspaceAgentScript) GetRunOnStop() bool {
1059 if x != nil {

Callers 1

agentScriptsFromProtoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected