MCPcopy Create free account
hub / github.com/apache/brpc / RecordError

Method RecordError

tools/rpc_press/rpc_press_impl.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50#if GOOGLE_PROTOBUF_VERSION >= 5026000
51 void RecordError(absl::string_view filename, int line, int column,
52 absl::string_view message) override {
53 LOG_AT(ERROR, filename.data(), line) << message;
54 }
55#endif
56};
57

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected