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

Method contains

benchmark/json.h:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 bool contains(std::string_view str) const {
90 return static_cast<const PR *>(this)->contains_impl(str);
91 }
92};
93
94template <typename T>

Callers

nothing calls this directly

Calls 1

contains_implMethod · 0.45

Tested by

no test coverage detected