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

Method hasLocation

test/parse.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25{
26public:
27 bool hasLocation(std::error_code const&)
28 {
29 return true;
30 }
31
32 bool hasLocation(system::error_code const& ec)
33 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected