MCPcopy 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
150Uri 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
162bool Uri::doParse(std::string_view str)
163{

Callers 4

openMethod · 0.95
openURLMethod · 0.95
parseXMLStringMethod · 0.45
parseXMLFileMethod · 0.45

Calls 2

doParseMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected