Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/WireGuard/wireguard-go
/ Lookup
Method
Lookup
device/indextable.go:94–98 ·
view source on GitHub ↗
(id uint32)
Source
from the content-addressed store, hash-verified
92
}
93
94
func
(table *IndexTable) Lookup(id uint32) IndexTableEntry {
95
table.RLock()
96
defer
table.RUnlock()
97
return
table.table[id]
98
}
Callers
6
ConsumeMessageResponse
Method · 0.45
goroutineLeakCheck
Function · 0.45
RoutineReceiveIncoming
Method · 0.45
RoutineHandshake
Method · 0.45
RoutineSequentialReceiver
Method · 0.45
RoutineReadFromTUN
Method · 0.45
Calls
no outgoing calls
Tested by
1
goroutineLeakCheck
Function · 0.36