MCPcopy 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
37void StyleSheet::invalidateCache() {
38 mNodeCache.clear();
39 mVersion++;
40}
41
42const Uint32& StyleSheet::getMarker() const {
43 return mMarker;

Callers 3

setThemeMethod · 0.45
drawMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected