MCPcopy Create free account
hub / github.com/DFHack/dfhack / lua_len

Function lua_len

depends/lua/src/lapi.c:1156–1163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1154
1155
1156LUA_API void lua_len (lua_State *L, int idx) {
1157 StkId t;
1158 lua_lock(L);
1159 t = index2addr(L, idx);
1160 luaV_objlen(L, L->top, t);
1161 api_incr_top(L);
1162 lua_unlock(L);
1163}
1164
1165
1166LUA_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