Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ operator++
Method
operator++
src/api/HttpHookState.cc:96–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void
97
HttpHookState::Scope::operator++()
98
{
99
_p = _c;
100
_c = _c->next();
101
}
102
103
void
104
HttpHookState::Scope::clear()
Callers
nothing calls this directly
Calls
1
next
Method · 0.45
Tested by
no test coverage detected