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

Function luabb_toblob

lua/ltypes.c:593–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593void luabb_toblob(Lua L, int idx, blob_t *ret)
594{
595 if (luabb_toblob_int(L, idx, ret))
596 luabb_type_err(L, dbtypes.blob, idx);
597}
598
599int luabb_toblob_noerr(Lua L, int idx, blob_t *ret)
600{

Callers 4

luabb_typeconvert_intFunction · 0.85
luabb_carray_bind_blobFunction · 0.85
db_guid_strFunction · 0.85
lua_to_sqliteFunction · 0.85

Calls 2

luabb_toblob_intFunction · 0.85
luabb_type_errFunction · 0.85

Tested by

no test coverage detected