Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
593
void 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
599
int luabb_toblob_noerr(Lua L, int idx, blob_t *ret)
600
{
Callers
4
luabb_typeconvert_int
Function · 0.85
luabb_carray_bind_blob
Function · 0.85
db_guid_str
Function · 0.85
lua_to_sqlite
Function · 0.85
Calls
2
luabb_toblob_int
Function · 0.85
luabb_type_err
Function · 0.85
Tested by
no test coverage detected