MCPcopy Create free account
hub / github.com/mattn/go-sqlite3 / parse_array_stop

Method parse_array_stop

_example/mod_vtable/picojson.h:694–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692 return _parse(*this, in);
693 }
694 bool parse_array_stop(size_t) { return true; }
695 bool parse_object_start() { return true; }
696 template <typename Iter> bool parse_object_item(input<Iter>& in, const std::string&) {
697 return _parse(*this, in);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected