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

Method GetForward

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

Source from the content-addressed store, hash-verified

944}
945
946func (x *RouteTables) GetForward() []*RouteTableEntry {
947 if x != nil {
948 return x.Forward
949 }
950 return nil
951}
952
953func (x *RouteTables) GetExit() []*RouteTableEntry {
954 if x != nil {

Callers 1

TestIPCStatusFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestIPCStatusFunction · 0.64