MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / V_URLDecodeNoPlusForSpace

Function V_URLDecodeNoPlusForSpace

src/vrcore/strtools_public.cpp:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526size_t V_URLDecodeNoPlusForSpace( char *pchDecodeDest, int nDecodeDestLen, const char *pchEncodedSource, int nEncodedSourceLen )
527{
528 return V_URLDecodeInternal( pchDecodeDest, nDecodeDestLen, pchEncodedSource, nEncodedSourceLen, false );
529}
530
531//-----------------------------------------------------------------------------
532void V_StripExtension( std::string &in )

Callers 1

Path_UrlToFilePathFunction · 0.85

Calls 1

V_URLDecodeInternalFunction · 0.70

Tested by

no test coverage detected