MCPcopy Create free account
hub / github.com/fmtlib/fmt / on_error

Method on_error

test/base-test.cc:543–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541 }
542
543 constexpr void on_error(const char*) { error = true; }
544
545 bool error = false;
546};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected