MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / find

Function find

native/thirdpart/json/json.hpp:18520–18530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18518 */
18519 template<typename KeyT>
18520 iterator find(KeyT&& key)
18521 {
18522 auto result = end();
18523
18524 if (is_object())
18525 {
18526 result.m_it.object_iterator = m_value.object->find(std::forward<KeyT>(key));
18527 }
18528
18529 return result;
18530 }
18531
18532 /*!
18533 @brief find an element in a JSON object

Callers 2

dump_floatMethod · 0.85
valueFunction · 0.85

Calls 3

is_objectFunction · 0.85
endFunction · 0.70
cendFunction · 0.70

Tested by

no test coverage detected