MCPcopy Create free account
hub / github.com/apache/trafficserver / init

Method init

src/tscpp/api/Url.cc:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void
50Url::init(void *hdr_buf, void *url_loc)
51{
52 state_->hdr_buf_ = static_cast<TSMBuffer>(hdr_buf);
53 state_->url_loc_ = static_cast<TSMLoc>(url_loc);
54}
55
56Url::~Url()
57{

Callers 4

initResponseMethod · 0.45
Transaction.ccFile · 0.45
ClientRequest.ccFile · 0.45
invokePluginForEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected