MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / lua_len

Function lua_len

ThirdParty/lua/lua/lapi.c:1127–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1125
1126
1127LUA_API void lua_len (lua_State *L, int idx) {
1128 StkId t;
1129 lua_lock(L);
1130 t = index2addr(L, idx);
1131 luaV_objlen(L, L->top, t);
1132 api_incr_top(L);
1133 lua_unlock(L);
1134}
1135
1136
1137LUA_API lua_Alloc lua_getallocf (lua_State *L, void **ud) {

Callers 1

lua_IntegerFunction · 0.85

Calls 2

index2addrFunction · 0.85
luaV_objlenFunction · 0.85

Tested by

no test coverage detected