Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ foo
Function
foo
tests/TestCoroutine.cpp:325–325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
323
"coroutine int foo();\r\n\
324
int a = foo();\r\n\
325
coroutine int foo(){ yield 1; return 2; }\r\n\
326
return a + foo();";
327
TEST_RESULT(
"Coroutine prototype"
, testCorountinePrototype,
"3"
);
328
Callers
1
TestCoroutine.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected