MCPcopy Create free account
hub / github.com/ceph/ceph / name

Method name

src/mon/MonClient.cc:2135–2137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2133#pragma clang diagnostic pop
2134
2135const char* monc_error_category::name() const noexcept {
2136 return "monc";
2137}
2138
2139const char* monc_error_category::message(int ev, char*, std::size_t) const noexcept {
2140 if (ev == 0)

Callers 5

ms_dispatchMethod · 0.45
ms_dispatch2Method · 0.45
completeMethod · 0.45
ms_dispatch2Method · 0.45
encodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected