MCPcopy 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
59void
60Http3FrameCollector::add_generator(Http3FrameGenerator *generator)
61{
62 this->_generators.push_back(generator);
63}

Callers 2

Http3TransactionMethod · 0.80
Http3AppMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected