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

Method SIMDjsonParseResult

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

Source from the content-addressed store, hash-verified

34 simdjson::error_code error_;
35
36 SIMDjsonParseResult(std::string_view json) { (void)json; }
37
38 bool contains_impl(std::string_view key) const {
39 (void)key;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected