MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / isInUse

Method isInUse

launcher/Usable.h:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 return m_useCount;
22 }
23 bool isInUse() const
24 {
25 return m_useCount > 0;
26 }
27protected:
28 virtual void decrementUses()
29 {

Callers 4

retranslateUiMethod · 0.80
defaultAccountChangedMethod · 0.80
ProfileSelectDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected