Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
void
50
Url::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
56
Url::~Url()
57
{
Callers
4
initResponse
Method · 0.45
Transaction.cc
File · 0.45
ClientRequest.cc
File · 0.45
invokePluginForEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected