MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / lua_version

Function lua_version

src/Chain/libraries/glua/lapi.cpp:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146
147LUA_API const lua_Number *lua_version(lua_State *L) {
148 static const lua_Number version = LUA_VERSION_NUM;
149 if (L == nullptr) return &version;
150 else return G(L)->version;
151}
152
153
154

Callers 2

luaL_checkversion_Function · 0.85
f_luaopenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected