| 9 | public: |
| 10 | |
| 11 | PrimitiveMethods() { PrimitiveMethods::state = 42; } |
| 12 | PrimitiveMethods(int state) { PrimitiveMethods::state = state; } |
| 13 | PrimitiveMethods(int state, std::string str) { |
| 14 | PrimitiveMethods::state = state; |
nothing calls this directly
no outgoing calls
no test coverage detected