Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kvrocks
/ RawTake
Method
RawTake
src/commands/command_parser.h:82–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
decltype(auto) RawTake() { return *begin_++; }
83
84
decltype(auto) RawNext() { ++begin_; }
85
Callers
1
Parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected