MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / remove_thd_funcs

Function remove_thd_funcs

lua/sp.c:5117–5123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5115}
5116
5117static void remove_thd_funcs(Lua L)
5118{
5119 luaL_getmetatable(L, dbtypes.db);
5120 lua_pushnil(L);
5121 lua_setfield(L, -2, "create_thread");
5122 lua_pop(L, 1);
5123}
5124
5125static void add_consumer_funcs(Lua L)
5126{

Callers 2

db_create_thread_intFunction · 0.85
exec_procedure_intFunction · 0.85

Calls 2

lua_pushnilFunction · 0.85
lua_setfieldFunction · 0.85

Tested by

no test coverage detected