Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ DecodeTo
Method
DecodeTo
encoding/percent.cpp:163–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
bool PercentEncoding::DecodeTo(const StringPiece& input, std::string* output)
164
{
165
output->clear();
166
return DecodeAppend(input, output);
167
}
168
169
bool PercentEncoding::Decode(std::string *str)
170
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected