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

Method GetStartBlocksLogin

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

Source from the content-addressed store, hash-verified

1063}
1064
1065func (x *WorkspaceAgentScript) GetStartBlocksLogin() bool {
1066 if x != nil {
1067 return x.StartBlocksLogin
1068 }
1069 return false
1070}
1071
1072func (x *WorkspaceAgentScript) GetTimeout() *durationpb.Duration {
1073 if x != nil {

Callers 1

agentScriptsFromProtoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected