| 1405 | } |
| 1406 | |
| 1407 | void Timeline::BumpCacheEpoch() { |
| 1408 | cache_epoch.fetch_add(1, std::memory_order_relaxed); |
| 1409 | } |
| 1410 | |
| 1411 | // Apply JSON diff to clips |
| 1412 | void Timeline::apply_json_to_clips(Json::Value change) { |
nothing calls this directly
no outgoing calls
no test coverage detected