Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ ~TextMod
Method
~TextMod
src/proxy/ControlBase.cc:413–416 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
411
412
TextMod::TextMod() : text() {}
413
TextMod::~TextMod()
414
{
415
free(text.data());
416
}
417
418
void
419
TextMod::print(FILE *f) const
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected