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

Method GetIp

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

Source from the content-addressed store, hash-verified

3052}
3053
3054func (x *Connection) GetIp() string {
3055 if x != nil {
3056 return x.Ip
3057 }
3058 return ""
3059}
3060
3061func (x *Connection) GetStatusCode() int32 {
3062 if x != nil {

Callers 2

ReportConnectionMethod · 0.80
assertConnectionReportFunction · 0.80

Calls

no outgoing calls

Tested by 1

assertConnectionReportFunction · 0.64