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

Function parseQueryList

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

Source from the content-addressed store, hash-verified

143
144
145static UriQueryListA * parseQueryList(const char * queryString) {
146 UriQueryListA * queryList;
147 const char * const first = queryString;
148 const char * const afterLast = first + strlen(first);
149 assert(uriDissectQueryMallocA(&queryList, NULL, first, afterLast)
150 == URI_SUCCESS);
151 return queryList;
152}
153
154} // namespace
155

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected