an example binary function. @param first the first input @param second the second input @return The sum of the two input parameters.
| 21 | /// @param second the second input |
| 22 | /// @return The sum of the two input parameters. |
| 23 | int binary_function_example(int first, int second) { return 0; } |
| 24 | |
| 25 | |
| 26 | /// an example unary overloaded function |
nothing calls this directly
no outgoing calls
no test coverage detected