Return the command type.
| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected