MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / lua_len

Function lua_len

src/Chain/libraries/glua/lapi.cpp:1244–1251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1242
1243
1244LUA_API void lua_len(lua_State *L, int idx) {
1245 StkId t;
1246 lua_lock(L);
1247 t = index2addr(L, idx);
1248 luaV_objlen(L, L->top, t);
1249 api_incr_top(L);
1250 lua_unlock(L);
1251}
1252
1253
1254LUA_API lua_Alloc lua_getallocf(lua_State *L, void **ud) {

Calls 2

index2addrFunction · 0.85
luaV_objlenFunction · 0.85

Tested by

no test coverage detected