Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ status
Method
status
source/core/StarLua.hpp:1783–1785 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1781
}
1782
1783
inline LuaThread::Status LuaThread::status() const {
1784
return engine().threadStatus(handleIndex());
1785
}
1786
1787
template <typename T>
1788
bool LuaUserData::is() const {
Callers
nothing calls this directly
Calls
1
threadStatus
Method · 0.80
Tested by
no test coverage detected