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

Method Flags

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

This returns the entry's flags value. The value is only valid when the entry is found.

()

Source from the content-addressed store, hash-verified

67 // This returns the entry's flags value. The value is only valid when
68 // the entry is found.
69 Flags() uint32
70
71 // This returns the data version id (aka CAS) for the item. The value is
72 // only valid when the entry is found.

Callers 3

TestGetMethod · 0.65
TestGetNotFoundMethod · 0.65
clientExampleFunction · 0.65

Implementers 1

genericResponsememcache/responses.go

Calls

no outgoing calls

Tested by 3

TestGetMethod · 0.52
TestGetNotFoundMethod · 0.52
clientExampleFunction · 0.52