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

Function get

native/thirdpart/json/json.hpp:3412–3415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3410// And see https://github.com/nlohmann/json/pull/1391
3411template <std::size_t N, typename IteratorType, enable_if_t<N == 0, int> = 0>
3412auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>& i) -> decltype(i.key())
3413{
3414 return i.key();
3415}
3416// Structured Bindings Support
3417// For further reference see https://blog.tartanllama.xyz/structured-bindings/
3418// And see https://github.com/nlohmann/json/pull/1391

Callers 15

binary_readerClass · 0.85
get_bson_cstrMethod · 0.85
get_bson_stringMethod · 0.85
parse_cbor_internalMethod · 0.85
get_cbor_stringMethod · 0.85
get_cbor_arrayMethod · 0.85
get_cbor_objectMethod · 0.85
get_msgpack_objectMethod · 0.85
get_ubjson_stringMethod · 0.85

Calls 3

from_jsonFunction · 0.85
keyMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected