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

Method find_impl

benchmark/yyjson.hpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 bool find_impl(DocStat &stat) const {
62 (void)stat;
63 return true;
64 }
65
66 private:
67 void GetStat(yyjson_val *val, DocStat &stat) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected