Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ GetFuckingLuaStateByObject
Function
GetFuckingLuaStateByObject
ogsr_engine/Luabind/src/object.cpp:31–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
namespace luabind
30
{
31
LUABIND_API lua_State* GetFuckingLuaStateByObject(object** pObj)
32
{
33
lua_State* L = (*pObj)->lua_state();
34
(*pObj)->pushvalue();
35
return L;
36
}
37
38
namespace detail
39
{
Callers
2
object.hpp
File · 0.85
assign
Function · 0.85
Calls
2
lua_state
Method · 0.80
pushvalue
Method · 0.45
Tested by
no test coverage detected