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

Method parse_array_stop

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

Source from the content-addressed store, hash-verified

659 return _parse(ctx, in);
660 }
661 bool parse_array_stop(size_t) { return true; }
662 bool parse_object_start() {
663 *out_ = value(object_type, false);
664 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected