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

Function Bar

tests/FunctionDeclTest.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15float Bar(int x, float y)
16{
17 return x + y;
18}
19
20static void Char()
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected