Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ reset
Method
reset
lib_acl_cpp/src/stdlib/url_coder.cpp:65–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void url_coder::reset()
66
{
67
params_.clear();
68
buf_->clear();
69
dbuf_->dbuf_reset();
70
}
71
72
void url_coder::encode(string& buf, bool clean /* = true */) const
73
{
Callers
nothing calls this directly
Calls
2
dbuf_reset
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected