| 146 | } |
| 147 | |
| 148 | int to_protect1(const std::string &arg1, int arg2) { |
| 149 | std::cout << "Protected "_obf << arg1 << '\n'; |
| 150 | return arg2; |
| 151 | } |
| 152 | |
| 153 | void to_protect2() { |
| 154 | std::cout << "Protected2 "_obf; |
nothing calls this directly
no outgoing calls
no test coverage detected