Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ Encode
Method
Encode
encoding/percent.cpp:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
std::string PercentEncoding::Encode(const StringPiece& input) {
63
std::string result;
64
EncodeAppend(input, &result);
65
return result;
66
}
67
68
void PercentEncoding::Encode(std::string *str)
69
{
Callers
nothing calls this directly
Calls
1
swap
Function · 0.50
Tested by
no test coverage detected