| 15 | static std::shared_ptr<SomeLib> getInstance(); |
| 16 | |
| 17 | int doSomething() const { |
| 18 | return 20; |
| 19 | } |
| 20 | |
| 21 | // destructor must be public to work with |
| 22 | // std::shared_ptr and friends |
nothing calls this directly
no outgoing calls
no test coverage detected