Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
21
bool bcos::boostssl::http::Queue::isFull() const
22
{
23
return m_allResp.size() >= m_limit;
24
}
25
bool bcos::boostssl::http::Queue::onWrite()
26
{
27
BOOST_ASSERT(!m_allResp.empty());
Callers
1
onRead
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected