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

Method getSchemeModText

src/proxy/ControlBase.cc:714–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712}
713
714const char *
715ControlBase::getSchemeModText() const
716{
717 Modifier *mod = this->findModOfType(Modifier::MOD_SCHEME);
718
719 if (mod) {
720 return static_cast<SchemeMod *>(mod)->getWksText();
721 }
722
723 return nullptr;
724}
725
726bool
727ControlBase::CheckModifiers(HttpRequestData *request_data)

Callers 1

InitMethod · 0.80

Calls 2

findModOfTypeMethod · 0.95
getWksTextMethod · 0.80

Tested by

no test coverage detected