MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / get

Function get

examples/server/json.hpp:5271–5274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5269// And see https://github.com/nlohmann/json/pull/1391
5270template<std::size_t N, typename IteratorType, enable_if_t<N == 0, int> = 0>
5271auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>& i) -> decltype(i.key())
5272{
5273 return i.key();
5274}
5275// Structured Bindings Support
5276// For further reference see https://blog.tartanllama.xyz/structured-bindings/
5277// And see https://github.com/nlohmann/json/pull/1391

Callers 15

get_codepointMethod · 0.70
next_byte_in_rangeMethod · 0.70
scan_stringMethod · 0.70
scan_commentMethod · 0.70
scan_numberMethod · 0.70
lexerClass · 0.70
skip_bomFunction · 0.70
skip_whitespaceFunction · 0.70
binary_readerClass · 0.70
get_bson_cstrMethod · 0.70
get_bson_stringMethod · 0.70

Calls 4

keyMethod · 0.45
valueMethod · 0.45
get_characterMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected