| 107 | } |
| 108 | |
| 109 | std::shared_ptr<TestBaseType> null_factory() |
| 110 | { |
| 111 | return std::shared_ptr<TestBaseType>(); |
| 112 | } |
| 113 | |
| 114 | void update_shared_ptr(std::shared_ptr<TestBaseType> &ptr) |
| 115 | { |
nothing calls this directly
no outgoing calls
no test coverage detected