Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
int luaL_len(lua_State *L, int idx) {
14
return lua_objlen(L, idx);
15
}
16
17
int lua_geti(lua_State *L, int idx, lua_Integer n) {
18
lua_rawgeti(L, idx, n);
Callers
5
CreateFromLua
Function · 0.85
pushargs
Function · 0.85
tunpack
Function · 0.85
addtoclib
Function · 0.85
gctm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected