Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OISF/libhtp
/ TearDown
Method
TearDown
test/test_utils.cpp:1290–1294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1288
}
1289
1290
virtual void TearDown() {
1291
htp_urlenp_destroy(urlenp);
1292
htp_connp_destroy_all(connp);
1293
htp_config_destroy(cfg);
1294
}
1295
1296
htp_connp_t *connp;
1297
Callers
nothing calls this directly
Calls
3
htp_urlenp_destroy
Function · 0.85
htp_connp_destroy_all
Function · 0.85
htp_config_destroy
Function · 0.85
Tested by
no test coverage detected