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

Method contains_impl

benchmark/jsoncpp.hpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 ~JsonCppParseResult() {}
35
36 bool contains_impl(std::string_view key) const {
37 return document.isMember(key.data(), key.data() + key.size());
38 }
39
40 bool stringfy_impl(JsonCppStringResult &sr) const {
41 Json::StreamWriterBuilder writer_builder;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected