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

Method GetCache

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

Source from the content-addressed store, hash-verified

177 }
178
179 openshot::CacheBase* GetCache() override { return &cache; }
180 bool IsOpen() override { return is_open; }
181 std::string Name() override { return "TimelineConstantAudioReader"; }
182 void Open() override { is_open = true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected