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

Method Value

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

This returns the retreived entry. The value may be nil.

()

Source from the content-addressed store, hash-verified

63
64 // This returns the retreived entry. The value may be nil.
65 Value() []byte
66
67 // This returns the entry's flags value. The value is only valid when
68 // the entry is found.

Callers 11

TestGetMethod · 0.65
TestGetNotFoundMethod · 0.65
TestGetMultiDupKeysMethod · 0.65
clientExampleFunction · 0.65
TestAddSimpleMethod · 0.65
TestAddMultiSimpleMethod · 0.65
TestStripDeadlineFunction · 0.65
ValueMethod · 0.65
ValueMethod · 0.65

Implementers 1

genericResponsememcache/responses.go

Calls

no outgoing calls

Tested by 9

TestGetMethod · 0.52
TestGetNotFoundMethod · 0.52
TestGetMultiDupKeysMethod · 0.52
clientExampleFunction · 0.52
TestAddSimpleMethod · 0.52
TestAddMultiSimpleMethod · 0.52
TestStripDeadlineFunction · 0.52