Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ lua_thread_state
Method
lua_thread_state
include/sol/thread.hpp:36–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
lua_State* L;
35
36
lua_thread_state(lua_State* Ls) : L(Ls) {
37
}
38
39
lua_State* lua_state() const noexcept {
40
return L;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected