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

Method GetReload

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

Source from the content-addressed store, hash-verified

1590}
1591
1592func (x *IpcRequest) GetReload() *ReloadRequest {
1593 if x != nil {
1594 if x, ok := x.Request.(*IpcRequest_Reload); ok {
1595 return x.Reload
1596 }
1597 }
1598 return nil
1599}
1600
1601func (x *IpcRequest) GetTrace() *TraceRequest {
1602 if x != nil {

Callers 3

TestIPCReloadConfigFunction · 0.45
HandleNylonIPCFunction · 0.45
reload.goFile · 0.45

Calls

no outgoing calls

Tested by 1

TestIPCReloadConfigFunction · 0.36