MCPcopy 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}
13std::size_t bcos::boostssl::http::Queue::limit() const
14{
15 return m_limit;
16}
17void bcos::boostssl::http::Queue::setLimit(std::size_t _limit)
18{
19 m_limit = _limit;

Callers 3

mainFunction · 0.45
KeyPageStorageFixtureMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 2

KeyPageStorageFixtureMethod · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36