MCPcopy Index your code
hub / github.com/tinode/chat / GetStatus

Method GetStatus

pbx/model.pb.go:3411–3416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3409}
3410
3411func (x *ServerResp) GetStatus() RespCode {
3412 if x != nil {
3413 return x.Status
3414 }
3415 return RespCode_CONTINUE
3416}
3417
3418func (x *ServerResp) GetSrvmsg() *ServerMsg {
3419 if x != nil {

Callers 2

pluginFireHoseFunction · 0.45
pluginFindFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected