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

Method _ensure_initialized

include/cripts/Urls.hpp:589–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587
588protected:
589 static void
590 _ensure_initialized(self_type *ptr)
591 {
592 if (!ptr->Initialized()) [[unlikely]] {
593 ptr->_initialize();
594 }
595 }
596
597 virtual void
598 _initialize()

Callers

nothing calls this directly

Calls 2

InitializedMethod · 0.45
_initializeMethod · 0.45

Tested by

no test coverage detected