Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ maybe_throw
Method
maybe_throw
test/test.hpp:475–481 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
473
}
474
475
bool
476
maybe_throw()
477
{
478
if(n && --n > 0)
479
return true;
480
throw test_exception{};
481
}
482
483
bool
484
on_document_begin(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected