Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SaveCache
Function · 0.85
LoadCache
Function · 0.85
Calls
1
FormatString
Function · 0.85
Tested by
no test coverage detected