MCPcopy Create free account
hub / github.com/boostorg/json / maybe_fail

Method maybe_fail

test/test.hpp:230–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 bool
231 maybe_fail(system::error_code& ec)
232 {
233 if(n && --n > 0)
234 return true;
235 ec = error::test_failure;
236 return false;
237 }
238
239 bool
240 on_document_begin(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected