MCPcopy Create free account
hub / github.com/Tencent/phxqueue / SetDelAfterGet

Method SetDelAfterGet

phxqueue_phxrpc/comm/iniparser.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void INIParser::SetDelAfterGet(bool del_after_get) {
127 impl_->del_after_get = del_after_get;
128}
129
130void INIParser::GetAllValue(std::vector<std::tuple<std::string, std::string, std::string>> &vals) {
131 vals.clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected