Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ make_value
Method
make_value
test/value_ref.cpp:206–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
void
207
make_value(
208
init_list init,
209
string_view s)
210
{
211
auto const jv =
212
value_ref(init).make_value({});
213
auto const js = serialize(jv);
214
BOOST_TEST(js == s);
215
}
216
217
void
218
testMakeValue()
Callers
nothing calls this directly
Calls
2
serialize
Function · 0.85
value_ref
Class · 0.50
Tested by
no test coverage detected