MCPcopy Create free account
hub / github.com/axmolengine/axmol / clear

Method clear

core/network/Uri.cpp:325–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void Uri::clear()
326{
327 _isValid = false;
328 _isSecure = false;
329 _scheme.clear();
330 _username.clear();
331 _password.clear();
332 _host.clear();
333 _hostName.clear();
334 _hasAuthority = false;
335 _isCustomPort = false;
336 _port = 0;
337 _authority.clear();
338 _pathEtc.clear();
339 _path.clear();
340 _query.clear();
341 _fragment.clear();
342 _queryParams.clear();
343}
344
345const std::vector<std::pair<std::string, std::string>>& Uri::getQueryParams()
346{

Callers 8

setLocationFunction · 0.45
stopMethod · 0.45
getFinishedTasksMethod · 0.45
_onUpdateMethod · 0.45
updateOrAddCookieMethod · 0.45
writeFileMethod · 0.45
parseMethod · 0.45
on_frame_headerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected