Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
946
func
(x *RouteTables) GetForward() []*RouteTableEntry {
947
if
x != nil {
948
return
x.Forward
949
}
950
return
nil
951
}
952
953
func
(x *RouteTables) GetExit() []*RouteTableEntry {
954
if
x != nil {
Callers
1
TestIPCStatus
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestIPCStatus
Function · 0.64