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

Function db_trigger

lua/sp.c:4833–4838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4831}
4832
4833static int db_trigger(Lua L)
4834{
4835 luaL_checkudata(L, 1, dbtypes.db);
4836 lua_remove(L, 1);
4837 return register_queue_with_berkdb_and_master(L, "trigger");
4838}
4839
4840static int db_get_event_tid(Lua L)
4841{

Callers

nothing calls this directly

Calls 3

luaL_checkudataFunction · 0.85
lua_removeFunction · 0.85

Tested by

no test coverage detected