MCPcopy Create free account
hub / github.com/cybozu/yrmcds / command

Method command

test/protocol_binary.cpp:112–112  ·  view source on GitHub ↗

Return the command type.

Source from the content-addressed store, hash-verified

110
111 // Return the command type.
112 binary_command command() const noexcept { return m_command; }
113
114 // Return `key`.
115 item key() const noexcept { return m_key; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected