MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / HttpPercentDecode

Method HttpPercentDecode

Libraries/Http/HttpURLParser.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178SC::Result SC::HttpPercentDecode(StringSpan input, Span<char> storage, StringSpan& output)
179{
180 return scHttpDecodeComponent(input, storage, output, false);
181}
182
183SC::Result SC::HttpFormUrlDecode(StringSpan input, Span<char> storage, StringSpan& output)
184{

Callers

nothing calls this directly

Calls 1

scHttpDecodeComponentFunction · 0.85

Tested by

no test coverage detected