MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / parse

Method parse

src/misc/uric.cpp:137–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 bool Uri::parse ( const char * uriString ) {
138 if ( uriString==nullptr ) uriString = "";
139 reset();
140 lastOp = uriParseSingleUriA(&uri, uriString, &errorPos);
141 if ( lastOp != URI_SUCCESS ) return false;
142 uriMakeOwnerA(&uri);
143 isEmpty = false;
144 lastOp = URI_SUCCESS;
145 return true;
146 }
147
148 void Uri::clone ( const Uri & uriS ) {
149 reset();

Callers 6

runTestsFunction · 0.45
share.spec.jsFile · 0.45
loadAutosaveFunction · 0.45
applySharedCodeFromHashFunction · 0.45
ZFunction · 0.45

Calls 1

resetFunction · 0.50

Tested by

no test coverage detected