Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ consume
Method
consume
tools/cdb2_sqlreplay/cdb2_sqlreplay.cpp:906–910 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
904
}
905
906
cson_value *consume() {
907
cson_value *v = value;
908
value = nullptr;
909
return v;
910
}
911
912
void get() {
913
std::string line;
Callers
1
get
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected