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

Method GetStatus

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

Source from the content-addressed store, hash-verified

1572}
1573
1574func (x *IpcRequest) GetStatus() *StatusRequest {
1575 if x != nil {
1576 if x, ok := x.Request.(*IpcRequest_Status); ok {
1577 return x.Status
1578 }
1579 }
1580 return nil
1581}
1582
1583func (x *IpcRequest) GetProbe() *ProbeRequest {
1584 if x != nil {

Callers 3

TestIPCStatusFunction · 0.45
HandleNylonIPCFunction · 0.45
status.goFile · 0.45

Calls

no outgoing calls

Tested by 1

TestIPCStatusFunction · 0.36