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

Method bad

test/parse.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 void
79 bad(string_view s)
80 {
81 bad_impl<system::error_code>(s);
82 bad_impl<std::error_code>(s);
83 }
84
85 void
86 testParse()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected