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

Method parse_array_stop

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

Source from the content-addressed store, hash-verified

621 return false;
622 }
623 bool parse_array_stop(size_t) { return false; }
624 bool parse_object_start() { return false; }
625 template <typename Iter> bool parse_object_item(input<Iter>&, const std::string&) {
626 return false;

Callers 1

_parse_arrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected