Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ lua_state
Method
lua_state
include/sol/thread.hpp:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
lua_State* lua_state() const noexcept {
40
return L;
41
}
42
operator lua_State*() const noexcept {
43
return lua_state();
44
}
Callers
2
get
Method · 0.45
basic_thread
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected