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

Function Basic

tests/EduLifeTimeTest2.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27void Fin(int) {}
28
29void Basic()
30{
31 Fun(Test{4});
32
33 FunFun(Test{2}, Test{3});
34}
35
36void Advanced()
37{

Callers

nothing calls this directly

Calls 2

FunFunction · 0.70
FunFunFunction · 0.70

Tested by

no test coverage detected