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

Method GetUpdateSelf

tailnet/proto/tailnet.pb.go:662–667  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

660}
661
662func (x *CoordinateRequest) GetUpdateSelf() *CoordinateRequest_UpdateSelf {
663 if x != nil {
664 return x.UpdateSelf
665 }
666 return nil
667}
668
669func (x *CoordinateRequest) GetDisconnect() *CoordinateRequest_Disconnect {
670 if x != nil {

Callers 5

coordinationTestFunction · 0.80
AuthorizeMethod · 0.80
handleClientNodeRequestsFunction · 0.80

Calls

no outgoing calls

Tested by 3

coordinationTestFunction · 0.64