MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / ~cJsonStringResult

Method ~cJsonStringResult

benchmark/cjson.hpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 std::string_view str_impl() const { return s; }
25 cJsonStringResult() : s(nullptr) {}
26 ~cJsonStringResult() { cJSON_free(s); }
27 char *s;
28};
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected