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

Method Verbosity

memcache/raw_binary_client.go:805–807  ·  view source on GitHub ↗

See Client interface for documentation.

(verbosity uint32)

Source from the content-addressed store, hash-verified

803
804// See Client interface for documentation.
805func (c *RawBinaryClient) Verbosity(verbosity uint32) Response {
806 return c.genericOp(opVerbosity, verbosity)
807}

Callers

nothing calls this directly

Calls 1

genericOpMethod · 0.95

Tested by

no test coverage detected