Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
using namespace co_context;
4
5
shared_task<std::string> f() {
6
co_return
"abcdefg"
;
7
}
8
9
task<> run() {
10
auto t = f();
Callers
1
run
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected