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

Function luabb_tointeger

lua/ltypes.c:311–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void luabb_tointeger(Lua L, int idx, long long *val)
312{
313 if (luabb_tointeger_int(L, idx, val)) {
314 luabb_type_err(L, dbtypes.integer, idx);
315 }
316}
317
318int luabb_tointeger_noerr(Lua L, int idx, long long *val)
319{

Callers 11

l_int_cmpFunction · 0.85
l_int_arithmeticFunction · 0.85
l_blob_indexFunction · 0.85
l_blob_newindexFunction · 0.85
luabb_typeconvert_intFunction · 0.85
luaL_checkintegerFunction · 0.85
dbconsumer_getargsFunction · 0.85
table_to_csonFunction · 0.85
emit_resultFunction · 0.85
lua_to_sqliteFunction · 0.85

Calls 2

luabb_tointeger_intFunction · 0.85
luabb_type_errFunction · 0.85

Tested by

no test coverage detected