Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ testCapacity
Method
testCapacity
test/object.cpp:885–890 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
883
//------------------------------------------------------
884
885
void
886
testCapacity()
887
{
888
BOOST_TEST(
889
object{}.size() < object{}.max_size());
890
}
891
892
//------------------------------------------------------
893
Callers
nothing calls this directly
Calls
2
size
Method · 0.45
max_size
Method · 0.45
Tested by
no test coverage detected