MCPcopy 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
805static 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_callFunction · 0.85

Tested by

no test coverage detected