Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ invalidateCache
Method
invalidateCache
src/eepp/ui/css/stylesheet.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void StyleSheet::invalidateCache() {
38
mNodeCache.clear();
39
mVersion++;
40
}
41
42
const Uint32& StyleSheet::getMarker() const {
43
return mMarker;
Callers
3
setTheme
Method · 0.45
draw
Method · 0.45
setColorSchemePreference
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected