MCPcopy Create free account
hub / github.com/acl-dev/acl / reset

Method reset

lib_acl_cpp/src/db/query.cpp:324–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void query::reset(void)
325{
326 std::map<string, query_param*>::iterator it = params_.begin();
327 for (; it != params_.end(); ++it) {
328 acl_myfree(it->second);
329 }
330 params_.clear();
331}
332
333const string& query::escape(const char* in, size_t len, string& out)
334{

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected