Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielaparker/jsoncons
/ accept
Method
accept
include/jsoncons/json_parser.hpp:300–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
}
299
300
bool accept() const
301
{
302
return state_ == parse_state::accept || done_;
303
}
304
305
bool stopped() const
306
{
Callers
2
read_next
Method · 0.45
read_next
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected