Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ closeContainer
Method
closeContainer
source/frontend/StarContainerInteractor.cpp:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
void ContainerInteractor::closeContainer() {
16
openContainer({});
17
}
18
19
bool ContainerInteractor::containerOpen() const {
20
return openContainerId() != NullEntityId;
Callers
3
MainInterface
Method · 0.80
handleInteractAction
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected