Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_wipe
Method
is_wipe
include/proxy/logging/LogFilter.h:99–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
bool
100
is_wipe() const
101
{
102
return m_action == WIPE_FIELD_VALUE;
103
}
104
105
virtual bool toss_this_entry(LogAccess *lad) = 0;
106
virtual void display(FILE *fd = stdout) = 0;
Callers
1
add
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected