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

Method Status

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

This returns the status returned by the memcache server. When Error() is non-nil, this value may not be valid. NOTE: 1. For stat request, this returns the first non-StatusNoError encountered (or StatusNoError if there were no errors). 2. If the client is sharded, flush/stats/version/verbosity requ

()

Source from the content-addressed store, hash-verified

38 // will return the first non-StatusNoError encountered (or StatusNoError
39 // if there were no errors).
40 Status() ResponseStatus
41
42 // This returns nil when no error is encountered by the client, and the
43 // response status returned by the memcache server is StatusNoError.

Callers 15

TestGetMethod · 0.65
TestGetNotFoundMethod · 0.65
TestSetMethod · 0.65
TestStoreNotFoundMethod · 0.65
TestStoreItemNotStoreMethod · 0.65
TestStoreKeyExistsMethod · 0.65
TestDeleteMethod · 0.65
TestDeleteNotFoundMethod · 0.65
TestIncrementMethod · 0.65
TestIncrementNotFoundMethod · 0.65

Implementers 1

genericResponsememcache/responses.go

Calls

no outgoing calls

Tested by 15

TestGetMethod · 0.52
TestGetNotFoundMethod · 0.52
TestSetMethod · 0.52
TestStoreNotFoundMethod · 0.52
TestStoreItemNotStoreMethod · 0.52
TestStoreKeyExistsMethod · 0.52
TestDeleteMethod · 0.52
TestDeleteNotFoundMethod · 0.52
TestIncrementMethod · 0.52
TestIncrementNotFoundMethod · 0.52