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

Method str_impl

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

Source from the content-addressed store, hash-verified

22class cJsonStringResult : public StringResult<cJsonStringResult> {
23 public:
24 std::string_view str_impl() const { return s; }
25 cJsonStringResult() : s(nullptr) {}
26 ~cJsonStringResult() { cJSON_free(s); }
27 char *s;

Callers 1

strMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected