MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_version

Function lua_version

third-party/lua-5.2.4/src/lapi.c:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136
137LUA_API const lua_Number *lua_version (lua_State *L) {
138 static const lua_Number version = LUA_VERSION_NUM;
139 if (L == NULL) return &version;
140 else return G(L)->version;
141}
142
143
144

Callers 2

f_luaopenFunction · 0.70
luaL_checkversion_Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected