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

Method TestReader

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

Source from the content-addressed store, hash-verified

31 {
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() { };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected