MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lua_version

Function lua_version

freebsd/contrib/openzfs/module/lua/lapi.c:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

f_luaopenFunction · 0.85
luaL_checkversion_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected