MCPcopy 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
96void
97HttpHookState::Scope::operator++()
98{
99 _p = _c;
100 _c = _c->next();
101}
102
103void
104HttpHookState::Scope::clear()

Callers

nothing calls this directly

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected