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

Function inplace_func

test/brpc_coroutine_unittest.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93static int delay_us = 0;
94
95Awaitable<std::string> inplace_func(const std::string& input) {
96 Trace t("inplace_func");
97 co_return input;
98}
99
100Awaitable<double> inplace_func2() {
101 Trace t("inplace_func2");

Callers 3

inplace_func2Function · 0.85
funcFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected