Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ clear_cache
Method
clear_cache
modules/gui/gui/src/backend/text_server/font.cpp:1920–1925 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1918
}
1919
1920
void FontFile::clear_cache()
1921
{
1922
_clear_cache();
1923
cache.clear();
1924
emit_changed();
1925
}
1926
1927
void FontFile::remove_cache(int p_cache_index)
1928
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected