Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ lua_version
Function
lua_version
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
146
147
LUA_API lua_Number lua_version (lua_State *L) {
148
UNUSED(L);
149
return LUA_VERSION_NUM;
150
}
151
152
153
Callers
1
luaL_checkversion_
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected