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

Method GetCacheSize

src/ImageWriter.h:84–84  ·  view source on GitHub ↗

@brief Get the cache size

Source from the content-addressed store, hash-verified

82
83 /// @brief Get the cache size
84 int GetCacheSize() { return cache_size; };
85
86 /// Determine if writer is open or closed
87 bool IsOpen() { return is_open; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected