MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / end_object

Method end_object

Source/Utils/json.hpp:5415–5419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5413 }
5414
5415 bool end_object()
5416 {
5417 ref_stack.pop_back();
5418 return true;
5419 }
5420
5421 bool start_array(std::size_t len)
5422 {

Callers

nothing calls this directly

Calls 1

pop_backMethod · 0.80

Tested by

no test coverage detected