MCPcopy 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
94func (table *IndexTable) Lookup(id uint32) IndexTableEntry {
95 table.RLock()
96 defer table.RUnlock()
97 return table.table[id]
98}

Callers 6

TCFAllowedipFunction · 0.45
goroutineLeakCheckFunction · 0.45
RoutineHandshakeMethod · 0.45
InstallTCMethod · 0.45

Calls

no outgoing calls

Tested by 1

goroutineLeakCheckFunction · 0.36