MCPcopy Create free account
hub / github.com/encodeous/nylon / GetStatus

Method GetStatus

protocol/nylon_ipc.pb.go:1704–1711  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1702}
1703
1704func (x *IpcResponse) GetStatus() *StatusResponse {
1705 if x != nil {
1706 if x, ok := x.Response.(*IpcResponse_Status); ok {
1707 return x.Status
1708 }
1709 }
1710 return nil
1711}
1712
1713func (x *IpcResponse) GetProbe() *ProbeResponse {
1714 if x != nil {

Callers 1

ReadStatusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected