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

Method get_entry

include/proxy/http/HttpUserAgent.h:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105};
106
107inline HttpVCTableEntry *
108HttpUserAgent::get_entry() const
109{
110 return m_entry;
111}
112
113inline void
114HttpUserAgent::set_entry(HttpVCTableEntry *entry)

Calls

no outgoing calls

Tested by

no test coverage detected