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

Method QueryCount

src/brpc/uri.h:125–125  ·  view source on GitHub ↗

#queries

Source from the content-addressed store, hash-verified

123 QueryIterator QueryEnd() const { return get_query_map().end(); }
124 // #queries
125 size_t QueryCount() const { return get_query_map().size(); }
126
127 // Print this URI to the ostream.
128 // PrintWithoutHost only prints components including and after path.

Callers 1

TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64