MCPcopy 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
466QString AccountData::profileId() const {
467 return minecraftProfile.id;
468}
469
470QString AccountData::profileName() const {
471 if(minecraftProfile.name.size() == 0) {

Callers 8

loadSettingsMethod · 0.45
fillSessionMethod · 0.45
decrementUsesMethod · 0.45
incrementUsesMethod · 0.45
addAccountMethod · 0.45
loadV2Method · 0.45
loadV3Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected