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

Method is_shadow

include/proxy/http2/Http2DependencyTree.h:96–100  ·  view source on GitHub ↗

* Added an explicit shadow flag. The original logic * was using an null Http2Stream frame to mark a shadow node * but that would pull in Priority holder nodes too */

Source from the content-addressed store, hash-verified

94 * but that would pull in Priority holder nodes too
95 */
96 bool
97 is_shadow() const
98 {
99 return shadow == true;
100 }
101
102 bool active = false;
103 bool queued = false;

Callers 5

findMethod · 0.80
addMethod · 0.80
removeMethod · 0.80
reprioritizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected