MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / parse

Function parse

3rd/uriparser/test/MemoryManagerSuite.cpp:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134
135static UriUriA parse(const char * sourceUriString) {
136 UriParserStateA state;
137 UriUriA uri;
138 state.uri = &uri;
139 assert(uriParseUriA(&state, sourceUriString) == URI_SUCCESS);
140 return uri;
141}
142
143
144

Callers 4

TESTFunction · 0.70
ParseMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected