| 112 | } |
| 113 | |
| 114 | void update_shared_ptr(std::shared_ptr<TestBaseType> &ptr) |
| 115 | { |
| 116 | ptr = std::make_shared<TestDerivedType>(); |
| 117 | } |
| 118 | |
| 119 | void nullify_shared_ptr(std::shared_ptr<TestBaseType> &ptr) |
| 120 | { |
nothing calls this directly
no outgoing calls
no test coverage detected