Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encodeous/nylon
/ Lookup
Method
Lookup
polyamide/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
TCFAllowedip
Function · 0.45
ConsumeMessageResponse
Method · 0.45
goroutineLeakCheck
Function · 0.45
RoutineReceiveIncoming
Method · 0.45
RoutineHandshake
Method · 0.45
InstallTC
Method · 0.45
Calls
no outgoing calls
Tested by
1
goroutineLeakCheck
Function · 0.36