MCPcopy Create free account
hub / github.com/FISCO-BCOS/FISCO-BCOS / isFull

Method isFull

bcos-boostssl/bcos-boostssl/httpserver/HttpQueue.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 m_limit = _limit;
20}
21bool bcos::boostssl::http::Queue::isFull() const
22{
23 return m_allResp.size() >= m_limit;
24}
25bool bcos::boostssl::http::Queue::onWrite()
26{
27 BOOST_ASSERT(!m_allResp.empty());

Callers 1

onReadMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected