Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ removeFromTeam
Method
removeFromTeam
source/frontend/StarTeamBar.cpp:390–393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
388
}
389
390
void TeamMemberMenu::removeFromTeam() {
391
m_owner->m_client->teamClient()->removeFromTeam(m_memberUuid);
392
dismiss();
393
}
394
395
}
Callers
nothing calls this directly
Calls
1
teamClient
Method · 0.80
Tested by
no test coverage detected