Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
332
Context *
333
Context::parent_context() const
334
{
335
return static_cast<Context *>(parent_context_);
336
}
337
338
Context *
339
Context::root_context() const
Callers
1
root_context
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected