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

Function add_tran_funcs

lua/sp.c:5093–5098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5091
5092
5093static void add_tran_funcs(Lua L)
5094{
5095 luaL_getmetatable(L, dbtypes.db);
5096 luaL_openlib(L, NULL, tran_funcs, 0);
5097 lua_pop(L, 1);
5098}
5099
5100static void remove_tran_funcs(Lua L)
5101{

Callers 2

db_create_thread_intFunction · 0.85
update_tran_funcsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected