Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ luaD_call
Function
luaD_call
lib/lua/src/ldo.c:646–648 ·
view source on GitHub ↗
** External interface for 'ccall' */
Source
from the content-addressed store, hash-verified
644
** External interface for
'ccall'
645
*/
646
void luaD_call (lua_State *L, StkId func, int nResults) {
647
ccall(L, func, nResults, 1);
648
}
649
650
651
/*
Callers
6
luaV_execute
Function · 0.85
luaT_callTM
Function · 0.85
luaT_callTMres
Function · 0.85
callclosemethod
Function · 0.85
lua_callk
Function · 0.85
lua_pcallk
Function · 0.85
Calls
1
ccall
Function · 0.85
Tested by
no test coverage detected