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

Function add_thd_funcs

lua/sp.c:5110–5115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5108}
5109
5110static void add_thd_funcs(Lua L)
5111{
5112 luaL_getmetatable(L, dbtypes.db);
5113 luaL_openlib(L, NULL, thd_funcs, 0);
5114 lua_pop(L, 1);
5115}
5116
5117static void remove_thd_funcs(Lua L)
5118{

Callers 1

create_sp_intFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected