MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / end_array

Function end_array

examples/server/json.hpp:6841–6849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6839 }
6840
6841 bool end_array()
6842 {
6843 JSON_ASSERT(!ref_stack.empty());
6844 JSON_ASSERT(ref_stack.back()->is_array());
6845
6846 ref_stack.back()->set_parents();
6847 ref_stack.pop_back();
6848 return true;
6849 }
6850
6851 template<class Exception>
6852 bool parse_error(std::size_t /*unused*/, const std::string& /*unused*/,

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected