Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
27
protected:
28
virtual void decrementUses()
29
{
Callers
4
retranslateUi
Method · 0.80
repopulateAccountsMenu
Method · 0.80
defaultAccountChanged
Method · 0.80
ProfileSelectDialog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected