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

Method GetProbe

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

Source from the content-addressed store, hash-verified

1581}
1582
1583func (x *IpcRequest) GetProbe() *ProbeRequest {
1584 if x != nil {
1585 if x, ok := x.Request.(*IpcRequest_Probe); ok {
1586 return x.Probe
1587 }
1588 }
1589 return nil
1590}
1591
1592func (x *IpcRequest) GetReload() *ReloadRequest {
1593 if x != nil {

Callers 2

HandleNylonIPCFunction · 0.45
probe.goFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected