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

Method BumpCacheEpoch

src/Timeline.cpp:1407–1409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1405}
1406
1407void Timeline::BumpCacheEpoch() {
1408 cache_epoch.fetch_add(1, std::memory_order_relaxed);
1409}
1410
1411// Apply JSON diff to clips
1412void Timeline::apply_json_to_clips(Json::Value change) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected