Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ lua_rawset
Function
lua_rawset
3rd/lua-5.4.3/src/lapi.c:903–905 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
901
902
903
LUA_API void lua_rawset (lua_State *L, int idx) {
904
aux_rawset(L, idx, s2v(L->top - 2), 2);
905
}
906
907
908
LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) {
Callers
4
type_format
Function · 0.85
PushDiagnosticToLua
Function · 0.85
luaB_rawset
Function · 0.85
db_sethook
Function · 0.85
Calls
1
aux_rawset
Function · 0.85
Tested by
no test coverage detected