Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ ~HttpBodySet
Method
~HttpBodySet
src/proxy/http/HttpBodyFactory.cc:906–912 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
904
}
905
906
HttpBodySet::~HttpBodySet()
907
{
908
ats_free(set_name);
909
ats_free(content_language);
910
ats_free(content_charset);
911
table_of_pages.reset(nullptr);
912
}
913
914
int
915
HttpBodySet::init(char *set, char *dir)
Callers
nothing calls this directly
Calls
2
ats_free
Function · 0.85
reset
Method · 0.45
Tested by
no test coverage detected