MCPcopy 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
57int
58main(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

proxyClass · 0.85

Tested by

no test coverage detected