MCPcopy Create free account
hub / github.com/Artikash/Textractor / CacheFile

Function CacheFile

extensions/translatewrapper.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 int savedSize = 0;
38
39 std::string CacheFile()
40 {
41 return FormatString("%s Cache (%S).txt", TRANSLATION_PROVIDER, tlp->translateTo);
42 }
43 void SaveCache()
44 {
45 std::wstring allTranslations(L"\xfeff");

Callers 2

SaveCacheFunction · 0.85
LoadCacheFunction · 0.85

Calls 1

FormatStringFunction · 0.85

Tested by

no test coverage detected