Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ regex_empty
Method
regex_empty
plugins/regex_remap/regex_remap.cc:194–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
return _rex_string;
193
}
194
inline bool
195
regex_empty() const
196
{
197
return !_rex_string || !*_rex_string;
198
}
199
inline TSHttpStatus
200
status_option() const
201
{
Callers
1
TSRemapNewInstance
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected