MCPcopy
hub / github.com/dropbox/godropbox / Entries

Method Entries

memcache/interface.go:121–121  ·  view source on GitHub ↗

This returns the retrieved stat entries. On error status, this returns nil. The mapping is stored as: shard id -> stats key -> stats value (If the client is unsharded, the shard id is always zero).

()

Source from the content-addressed store, hash-verified

119 // shard id -> stats key -> stats value
120 // (If the client is unsharded, the shard id is always zero).
121 Entries() map[int](map[string]string)
122}
123
124// NOTE(mihnea) - ideally we should be able to separate methods that are state-aware

Callers 2

clientExampleFunction · 0.65
StatMethod · 0.65

Implementers 1

genericResponsememcache/responses.go

Calls

no outgoing calls

Tested by 1

clientExampleFunction · 0.52