MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / psetint

Function psetint

third-party/lua-5.5.0/src/ltable.c:1083–1087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081
1082
1083static int psetint (Table *t, lua_Integer key, TValue *val) {
1084 int hres;
1085 luaH_fastseti(t, key, val, hres);
1086 return hres;
1087}
1088
1089
1090/*

Callers 1

luaH_psetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected