Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
Awaitable<float> exception_func() {
119
Trace t(
"exception_func"
);
120
throw std::string(
"error"
);
121
}
122
123
Awaitable<void> func(brpc::Channel& channel, int* out) {
124
Trace t(
"func"
);
Callers
1
func
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected