Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ auto
Function
auto
tests/TestGeneric.cpp:277–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
\r\n\
276
auto range(list_node ref c)\r\n\
277
{\r\n\
278
return coroutine auto(){ while(c){ yield c.value; c = c.next; } return 0; };\r\n\
279
}\r\n\
280
\r\n\
281
auto prod(generic f)\r\n\
Callers
15
TestClosures.cpp
File · 0.70
sum
Function · 0.70
TestIndirectCall.cpp
File · 0.70
func
Function · 0.70
func2
Function · 0.70
TestAutoRefCall.cpp
File · 0.70
TestVarargs.cpp
File · 0.70
TestMembers.cpp
File · 0.70
TestGeneric.cpp
File · 0.70
lazy
Function · 0.70
TestCallTransitions.cpp
File · 0.70
TestExtra.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected