Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ start_object
Method
start_object
Source/Utils/json.hpp:5842–5845 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5840
}
5841
5842
bool start_object(std::size_t /*unused*/ = std::size_t(-1))
5843
{
5844
return true;
5845
}
5846
5847
bool key(string_t& /*unused*/)
5848
{
Callers
6
json.hpp
File · 0.45
parse_bson_internal
Method · 0.45
get_cbor_object
Method · 0.45
get_msgpack_object
Method · 0.45
get_ubjson_object
Method · 0.45
sax_parse_internal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected