| 91 | } |
| 92 | |
| 93 | openshot::CacheBase* GetCache() override { return &cache; } |
| 94 | bool IsOpen() override { return is_open; } |
| 95 | std::string Name() override { return "TrackingMaskReader"; } |
| 96 | void Open() override { is_open = true; } |
nothing calls this directly
no outgoing calls
no test coverage detected