Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ EncodeTo
Method
EncodeTo
encoding/percent.cpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void PercentEncoding::EncodeTo(const StringPiece& input, std::string* output)
57
{
58
output->clear();
59
EncodeAppend(input, output);
60
}
61
62
std::string PercentEncoding::Encode(const StringPiece& input) {
63
std::string result;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected