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

Method CacheBase

src/CacheBase.cpp:19–19  ·  view source on GitHub ↗

Default constructor, no max frames

Source from the content-addressed store, hash-verified

17
18// Default constructor, no max frames
19CacheBase::CacheBase() : CacheBase::CacheBase(0) { }
20
21// Constructor that sets the max frames to cache
22CacheBase::CacheBase(int64_t max_bytes) : max_bytes(max_bytes) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected