MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / JsonSuccess

Function JsonSuccess

src/common/cli.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143static std::string JsonSuccess() {
144 return JsonObject({{"success", JsonBool(true)}});
145}
146
147// ── Command implementations ─────────────────────────────────────────────
148

Callers

nothing calls this directly

Calls 2

JsonObjectFunction · 0.85
JsonBoolFunction · 0.85

Tested by

no test coverage detected