Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ initialized
Method
initialized
source/game/scripting/StarLuaComponents.cpp:125–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
bool LuaBaseComponent::initialized() const {
126
return m_context.isValid();
127
}
128
129
Maybe<String> const& LuaBaseComponent::error() const {
130
return m_error;
Callers
2
update
Method · 0.45
mergeServiceStatistics
Method · 0.45
Calls
1
isValid
Method · 0.80
Tested by
no test coverage detected