Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ parse
Method
parse
core/network/Uri.cpp:150–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
Uri Uri::parse(std::string_view str)
151
{
152
Uri uri;
153
154
if (!uri.doParse(str))
155
{
156
uri.clear();
157
}
158
159
return uri;
160
}
161
162
bool Uri::doParse(std::string_view str)
163
{
Callers
4
open
Method · 0.95
openURL
Method · 0.95
parseXMLString
Method · 0.45
parseXMLFile
Method · 0.45
Calls
2
doParse
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected