Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cubitect/cubiomes-viewer
/ lua_version
Function
lua_version
lua/src/lapi.c:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
156
157
LUA_API lua_Number lua_version (lua_State *L) {
158
UNUSED(L);
159
return LUA_VERSION_NUM;
160
}
161
162
163
Callers
1
luaL_checkversion_
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected