Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/ConversionDeclTest.cpp:9–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
int main()
10
{
11
test::coroutine_handle<int> a{};
12
13
test::coroutine_handle<> b = a;
14
}
15
16
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected