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

Method bypass_ok

include/proxy/ParentSelection.h:284–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 }
283
284 bool
285 bypass_ok() const
286 {
287 if (is_api_result()) {
288 return false;
289 } else {
290 // Caller should check for a valid result beforehand.
291 ink_assert(result != PARENT_UNDEFINED);
292 ink_assert(is_some());
293 return rec->bypass_ok();
294 }
295 }
296
297 void
298 print()

Callers

nothing calls this directly

Calls 2

is_api_resultFunction · 0.85
bypass_okMethod · 0.45

Tested by

no test coverage detected