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

Method GetAllValue

phxqueue_phxrpc/comm/iniparser.cpp:130–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void INIParser::GetAllValue(std::vector<std::tuple<std::string, std::string, std::string>> &vals) {
131 vals.clear();
132 for (auto &&kv : impl_->section_key2val) {
133 vals.push_back(make_tuple(kv.first.first, kv.first.second, kv.second));
134 }
135}
136
137
138

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected