MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / type_name

Function type_name

extlibs/sol3/include/sol/sol.hpp:6880–6882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6878 }
6879
6880 inline std::string type_name(lua_State* L, type t) {
6881 return lua_typename(L, static_cast<int>(t));
6882 }
6883
6884 template <typename T>
6885 struct is_lua_reference

Callers

nothing calls this directly

Calls 1

lua_typenameFunction · 0.85

Tested by

no test coverage detected