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

Method Name

tests/Timeline.cpp:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 openshot::CacheBase* GetCache() override { return &cache; }
82 bool IsOpen() override { return is_open; }
83 std::string Name() override { return "TimelineTrackingMaskReader"; }
84 void Open() override { is_open = true; }
85 void Close() override { is_open = false; }
86

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected