Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ profileId
Method
profileId
launcher/minecraft/auth/AccountData.cpp:466–468 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
}
465
466
QString AccountData::profileId() const {
467
return minecraftProfile.id;
468
}
469
470
QString AccountData::profileName() const {
471
if(minecraftProfile.name.size() == 0) {
Callers
8
loadSettings
Method · 0.45
fillSession
Method · 0.45
decrementUses
Method · 0.45
incrementUses
Method · 0.45
findAccountByProfileId
Method · 0.45
addAccount
Method · 0.45
loadV2
Method · 0.45
loadV3
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected