MCPcopy Create free account
hub / github.com/apache/brpc / InitializeQueryMap

Method InitializeQueryMap

src/brpc/uri.cpp:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void URI::InitializeQueryMap() const {
347 ParseQueries(_query_map, _query);
348 _query_was_modified = false;
349 _initialized_query_map = true;
350}
351
352void URI::AppendQueryString(std::string* query, bool append_question_mark) const {
353 if (_query_map.empty()) {

Callers

nothing calls this directly

Calls 1

ParseQueriesFunction · 0.85

Tested by

no test coverage detected