MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Foo

Function Foo

tests/FunctionDeclTest.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10extern int Foo(double d)
11{
12 return 2*d;
13}
14
15float Bar(int x, float y)
16{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected