Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ EncodeUri
Method
EncodeUri
encoding/percent.cpp:91–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
std::string PercentEncoding::EncodeUri(const StringPiece& input) {
92
std::string result;
93
EncodeUriAppend(input, &result);
94
return result;
95
}
96
97
void PercentEncoding::EncodeUri(std::string *str)
98
{
Callers
nothing calls this directly
Calls
1
swap
Function · 0.50
Tested by
no test coverage detected