MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / luaL_len

Function luaL_len

CodeFormatLib/src/LuaJIT-Compact.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13int luaL_len(lua_State *L, int idx) {
14 return lua_objlen(L, idx);
15}
16
17int lua_geti(lua_State *L, int idx, lua_Integer n) {
18 lua_rawgeti(L, idx, n);

Callers 5

CreateFromLuaFunction · 0.85
pushargsFunction · 0.85
tunpackFunction · 0.85
addtoclibFunction · 0.85
gctmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected