| 505 | public: |
| 506 | void function() {} |
| 507 | std::string function2() { return "Function2"; } |
| 508 | void function3() {} |
| 509 | std::string functionOverload(double) { return "double"; } |
| 510 | std::string functionOverload(int) { return "int"; } |
nothing calls this directly
no outgoing calls
no test coverage detected