MCPcopy 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
65void url_coder::reset()
66{
67 params_.clear();
68 buf_->clear();
69 dbuf_->dbuf_reset();
70}
71
72void url_coder::encode(string& buf, bool clean /* = true */) const
73{

Callers

nothing calls this directly

Calls 2

dbuf_resetMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected