MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / Name

Method Name

tests/EffectMask.cpp:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }
97 void Close() override { is_open = false; }
98

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected