MCPcopy Create free account
hub / github.com/aixed/WeChat-Hook / end_array

Function end_array

include/json.hpp:6758–6766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6756 }
6757
6758 bool end_array()
6759 {
6760 JSON_ASSERT(!ref_stack.empty());
6761 JSON_ASSERT(ref_stack.back()->is_array());
6762
6763 ref_stack.back()->set_parents();
6764 ref_stack.pop_back();
6765 return true;
6766 }
6767
6768 template<class Exception>
6769 bool parse_error(std::size_t /*unused*/, const std::string& /*unused*/,

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected