![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Functions | |
| void | testFunc (int val) |
| int | capture () |
Variables | |
| int | testVal =0 |
| used to verify the effect of testFunc | |
Definition at line 52 of file command-mutation-test.cpp.
References testFunc(), and testVal.
Referenced by testFunc().
Here is the call graph for this function:
Here is the caller graph for this function:| int capture | ( | ) |
Definition at line 58 of file command-mutation-test.cpp.
References testVal.
| int testVal =0 |
used to verify the effect of testFunc
Definition at line 49 of file command-mutation-test.cpp.
Referenced by capture(), and testFunc().