MCPcopy 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

initializeMethod · 0.80
initializeMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected