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

Method rriValid

include/cripts/Context.hpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 cripts::Instance &p_instance; // p_ == public_, since we can't use "instance"
67
68 bool
69 rriValid() const
70 {
71 return rri && rri->requestBufp && rri->requestHdrp && rri->requestUrl;
72 }
73
74 // These are private, but needs to be visible to our friend classes that
75 // depends on the Context.

Callers 1

_initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected