Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ make_key
Method
make_key
test/natvis.cpp:23–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
{
22
public:
23
static
24
value
25
make_key(string_view s)
26
{
27
value jv;
28
detail::access::construct_value(
29
&jv, s, storage_ptr());
30
return jv;
31
}
32
33
void
34
run()
Callers
nothing calls this directly
Calls
1
storage_ptr
Class · 0.50
Tested by
no test coverage detected