Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ main
Function
main
example/proxy.cpp:57–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
56
57
int
58
main(int, char**)
59
{
60
value jv;
61
*proxy(jv)[
"user:config"
][
"authority"
][
"router"
][0][
"users"
] = 42;
62
return EXIT_SUCCESS;
63
}
Callers
nothing calls this directly
Calls
1
proxy
Class · 0.85
Tested by
no test coverage detected