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

Function dbtable_emit

lua/sp.c:2602–2608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2600}
2601
2602static int dbtable_emit(Lua L)
2603{
2604 luaL_checkudata(L, 1, dbtypes.dbtable);
2605 dbtable_t *table = lua_touserdata(L, 1);
2606 lua_pop(L, 1);
2607 return dbtable_emit_int(L, table);
2608}
2609
2610dbstmt_t *new_dbstmt(Lua lua, SP sp, sqlite3_stmt *stmt)
2611{

Callers 1

db_emit_intFunction · 0.85

Calls 3

luaL_checkudataFunction · 0.85
lua_touserdataFunction · 0.85
dbtable_emit_intFunction · 0.85

Tested by

no test coverage detected