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

Function Next

tests/EduLifeTimeTest.cpp:26–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void Next()
27{
28 Test t;
29 int x{2};
30
31 if(x) {
32 Test t2;
33 ++x;
34 } else {
35 Test t3;
36 ++x;
37 }
38}
39
40void Fun()
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected