Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/FunctionDeclTest.cpp:1–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
int main()
2
{
3
extern void Func(int x);
4
5
extern int Foo(double);
6
7
float Bar(int x, float y);
8
}
9
10
extern int Foo(double d)
11
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected