Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ check
Method
check
test/array.cpp:48–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void
49
check(array const& a)
50
{
51
BOOST_TEST(a.size() == 3);
52
BOOST_TEST(a[0].is_number());
53
BOOST_TEST(a[1].is_bool());
54
BOOST_TEST(a[2].is_string());
55
}
56
57
void
58
check(
Callers
nothing calls this directly
Calls
6
check
Function · 0.85
check_storage
Function · 0.85
is_number
Method · 0.80
is_bool
Method · 0.80
is_string
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected