MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / setInstance

Method setInstance

launcher/MTPixmapCache.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52 static PixmapCache& instance() { return *s_instance; }
53 static void setInstance(PixmapCache* i) { s_instance = i; }
54
55 public:
56 DEFINE_FUNC_NO_PARAM(cacheLimit, int)

Callers 1

launchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected