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

Method GetCache

src/QtTextReader.h:110–110  ·  view source on GitHub ↗

Get the cache object used by this reader (always returns NULL for this object)

Source from the content-addressed store, hash-verified

108
109 /// Get the cache object used by this reader (always returns NULL for this object)
110 CacheBase* GetCache() override { return NULL; };
111
112 /// Get an openshot::Frame object for a specific frame number of this reader. All numbers
113 /// return the same Frame, since they all share the same image data.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected