Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ acceptInvitation
Method
acceptInvitation
source/frontend/StarTeamBar.cpp:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void TeamBar::acceptInvitation(Uuid const& inviterUuid) {
81
m_client->teamClient()->acceptInvitation(inviterUuid);
82
}
83
84
void TeamBar::update(float dt) {
85
Pane::update(dt);
Callers
1
ok
Method · 0.45
Calls
1
teamClient
Method · 0.80
Tested by
no test coverage detected