Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ podUuid
Method
podUuid
source/game/StarPlayerCompanions.cpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
Uuid Companion::podUuid() const {
20
return Uuid(m_json.getString(
"podUuid"
));
21
}
22
23
Maybe<String> Companion::name() const {
24
return m_json.optString(
"name"
);
Callers
1
dismissRecruit
Method · 0.80
Calls
2
Uuid
Class · 0.85
getString
Method · 0.80
Tested by
no test coverage detected