Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ luaK_ret
Function
luaK_ret
depends/lua/src/lcode.c:149–151 ·
view source on GitHub ↗
** Code a 'return' instruction */
Source
from the content-addressed store, hash-verified
147
** Code a
'return'
instruction
148
*/
149
void luaK_ret (FuncState *fs, int first, int nret) {
150
luaK_codeABC(fs, OP_RETURN, first, nret+1, 0);
151
}
152
153
154
/*
Callers
2
close_func
Function · 0.85
retstat
Function · 0.85
Calls
1
luaK_codeABC
Function · 0.85
Tested by
no test coverage detected