MCPcopy Create free account
hub / github.com/Codesire-Deng/co_context / f

Function f

test/move_shared_task.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3using namespace co_context;
4
5shared_task<std::string> f() {
6 co_return "abcdefg";
7}
8
9task<> run() {
10 auto t = f();

Callers 1

runFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected