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

Method parent_context

plugins/experimental/wasm/ats_context.cc:332–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332Context *
333Context::parent_context() const
334{
335 return static_cast<Context *>(parent_context_);
336}
337
338Context *
339Context::root_context() const

Callers 1

root_contextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected