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

Method Get

caching/rate_limited_storage.go:37–42  ·  view source on GitHub ↗

See Storage for documentation.

(key interface{})

Source from the content-addressed store, hash-verified

35
36// See Storage for documentation.
37func (s *RateLimitedStorage) Get(key interface{}) (interface{}, error) {
38 s.wait()
39 defer s.signal()
40
41 return s.storage.Get(key)
42}
43
44// See Storage for documentation.
45func (s *RateLimitedStorage) GetMulti(

Callers

nothing calls this directly

Calls 3

waitMethod · 0.95
signalMethod · 0.95
GetMethod · 0.65

Tested by

no test coverage detected