Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FISCO-BCOS/FISCO-BCOS
/ limit
Method
limit
bcos-boostssl/bcos-boostssl/httpserver/HttpQueue.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
return m_sender;
12
}
13
std::size_t bcos::boostssl::http::Queue::limit() const
14
{
15
return m_limit;
16
}
17
void bcos::boostssl::http::Queue::setLimit(std::size_t _limit)
18
{
19
m_limit = _limit;
Callers
3
main
Function · 0.45
KeyPageStorageFixture
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
no outgoing calls
Tested by
2
KeyPageStorageFixture
Method · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36