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

Method reset

lib_acl_cpp/src/http/http_header.cpp:249–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void http_header::reset()
250{
251 clear();
252 init();
253
254 if (dbuf_internal_) {
255 dbuf_internal_->dbuf_reset();
256 }
257}
258
259//////////////////////////////////////////////////////////////////////////
260// ͨ�õĺ���

Callers

nothing calls this directly

Calls 3

dbuf_resetMethod · 0.80
clearFunction · 0.50
initFunction · 0.50

Tested by

no test coverage detected