MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getQuery

Method getQuery

src/eepp/network/uri.cpp:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274std::string URI::getQuery() const {
275 std::string query;
276 decode( mQuery, query );
277 return query;
278}
279
280void URI::setFragment( const std::string& fragment ) {
281 mFragment.clear();

Callers 3

sendAsyncRequestMethod · 0.80
downloadAsyncRequestMethod · 0.80
operator()Method · 0.80

Calls 1

decodeFunction · 0.85

Tested by

no test coverage detected