MCPcopy Create free account
hub / github.com/coder/coder / GetInstanceId

Method GetInstanceId

provisionersdk/proto/provisioner.pb.go:1758–1763  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1756}
1757
1758func (x *Agent) GetInstanceId() string {
1759 if x, ok := x.GetAuth().(*Agent_InstanceId); ok {
1760 return x.InstanceId
1761 }
1762 return ""
1763}
1764
1765func (x *Agent) GetConnectionTimeoutSeconds() int32 {
1766 if x != nil {

Callers 4

InsertWorkspaceResourceFunction · 0.45
TestConvertResourcesFunction · 0.45
applyAutomaticInstanceIDFunction · 0.45

Calls 1

GetAuthMethod · 0.95

Tested by 2

TestConvertResourcesFunction · 0.36