Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ luaK_ret
Function
luaK_ret
Source/Misc/lua/src/lua.c:3738–3740 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3736
3737
3738
void luaK_ret (FuncState *fs, int first, int nret) {
3739
luaK_codeABC(fs, OP_RETURN, first, nret+1, 0);
3740
}
3741
3742
3743
static int condjump (FuncState *fs, OpCode op, int A, int B, int C) {
Callers
2
close_func
Function · 0.85
retstat
Function · 0.85
Calls
1
luaK_codeABC
Function · 0.85
Tested by
no test coverage detected