Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ f_call
Function
f_call
lua/lapi.c:805–808 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
803
804
805
static void f_call (lua_State *L, void *ud) {
806
struct CallS *c = cast(struct CallS *, ud);
807
luaD_call(L, c->func, c->nresults);
808
}
809
810
811
Callers
nothing calls this directly
Calls
1
luaD_call
Function · 0.85
Tested by
no test coverage detected