MCPcopy 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
412TextMod::TextMod() : text() {}
413TextMod::~TextMod()
414{
415 free(text.data());
416}
417
418void
419TextMod::print(FILE *f) const

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected