MCPcopy Create free account
hub / github.com/Super-long/ChubbyGo / Tuple

Struct Tuple

BaseServer/concurrentHashMap.go:183–186  ·  view source on GitHub ↗

Used by the Iter & IterBuffered functions to wrap two variables together over a channel,

Source from the content-addressed store, hash-verified

181
182// Used by the Iter & IterBuffered functions to wrap two variables together over a channel,
183type Tuple struct {
184 Key string
185 Val interface{}
186}
187
188// Returns an iterator which could be used in a for range loop.
189//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected