Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ create_lua_class_metatable
Function
create_lua_class_metatable
Source/Misc/luabind/src/class_registry.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
int create_lua_class_metatable(lua_State* L)
84
{
85
return create_cpp_class_metatable(L);
86
}
87
88
} // namespace unnamed
89
Callers
1
class_registry
Method · 0.85
Calls
1
create_cpp_class_metatable
Function · 0.85
Tested by
no test coverage detected