MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / CleanCache

Method CleanCache

src/ffmpegsource_common.cpp:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void FFmpegSourceProvider::CleanCache() {
200 ::CleanCache(config::path->Decode("?local/ffms2cache/"),
201 "*.ffindex",
202 OPT_GET("Provider/FFmpegSource/Cache/Size")->GetInt(),
203 OPT_GET("Provider/FFmpegSource/Cache/Files")->GetInt());
204}
205
206#endif // WITH_FFMS2

Callers

nothing calls this directly

Calls 2

CleanCacheFunction · 0.85
DecodeMethod · 0.80

Tested by

no test coverage detected