MCPcopy Create free account
hub / github.com/apache/trafficserver / is_done

Method is_done

src/proxy/http3/Http3DataFramer.cc:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool
54Http3DataFramer::is_done() const
55{
56 return this->_source_vio->ntodo() == 0;
57}

Callers 3

on_write_readyMethod · 0.45
is_response_body_sentMethod · 0.45

Calls 1

ntodoMethod · 0.80

Tested by

no test coverage detected