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

Method GetCache

tests/ReaderBase.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 public:
33 TestReader() { };
34 CacheBase* GetCache() { return nullptr; };
35 std::shared_ptr<Frame> GetFrame(int64_t number) { std::shared_ptr<Frame> f(new Frame()); return f; }
36 void Close() { };
37 void Open() { };

Callers 4

Clip.cppFile · 0.45
ReaderBase.cppFile · 0.45
ImageWriter.cppFile · 0.45
DummyReader.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected