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

Function exception_func

test/brpc_coroutine_unittest.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118Awaitable<float> exception_func() {
119 Trace t("exception_func");
120 throw std::string("error");
121}
122
123Awaitable<void> func(brpc::Channel& channel, int* out) {
124 Trace t("func");

Callers 1

funcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected