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

Function begin

examples/server/json.hpp:21936–21941  ·  view source on GitHub ↗

@brief returns an iterator to the first element @sa https://json.nlohmann.me/api/basic_json/begin/

Source from the content-addressed store, hash-verified

21934 /// @brief returns an iterator to the first element
21935 /// @sa https://json.nlohmann.me/api/basic_json/begin/
21936 iterator begin() noexcept
21937 {
21938 iterator result(this);
21939 result.set_begin();
21940 return result;
21941 }
21942
21943 /// @brief returns an iterator to the first element
21944 /// @sa https://json.nlohmann.me/api/basic_json/begin/

Callers 13

from_jsonFunction · 0.70
constructMethod · 0.70
constructMethod · 0.70
createMethod · 0.70
calc_bson_array_sizeMethod · 0.70
eraseFunction · 0.70
json.hppFile · 0.70
operator[]Function · 0.70
frontFunction · 0.70
rendFunction · 0.70
emplaceFunction · 0.70

Calls 2

cbeginFunction · 0.85
set_beginMethod · 0.80

Tested by

no test coverage detected