Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ add_generator
Method
add_generator
src/proxy/http3/Http3FrameCollector.cc:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void
60
Http3FrameCollector::add_generator(Http3FrameGenerator *generator)
61
{
62
this->_generators.push_back(generator);
63
}
Callers
2
Http3Transaction
Method · 0.80
Http3App
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected