Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ cancel_timeout
Method
cancel_timeout
src/iocore/cache/P_CacheTest.h:107–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
virtual int open_write_callout();
106
107
void
108
cancel_timeout()
109
{
110
if (timeout) {
111
timeout->cancel();
112
}
113
timeout = nullptr;
114
}
115
116
// RegressionSM API
117
void
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected