Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/Issue50.cpp:7–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
struct Test {};
6
7
int main()
8
{
9
Test test;
10
foo(test);
11
return 0;
12
}
Callers
nothing calls this directly
Calls
1
foo
Function · 0.70
Tested by
no test coverage detected