Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ mod_exist
Method
mod_exist
plugins/header_rewrite/parser.h:92–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
bool
93
mod_exist(const std::string &m) const
94
{
95
return std::find(_mods.begin(), _mods.end(), m) != _mods.end();
96
}
97
98
bool cond_is_hook(TSHttpHookID &hook) const;
99
Callers
2
initialize
Method · 0.80
initialize
Method · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected