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

Function cdb2_cnonce

cdb2api/cdb2api.c:5221–5229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5219}
5220
5221const char *cdb2_cnonce(cdb2_hndl_tp *hndl)
5222{
5223 if (hndl == NULL)
5224 return "unallocated cdb2 handle";
5225 if (hndl->fdb_hndl)
5226 hndl = hndl->fdb_hndl;
5227
5228 return hndl->cnonce.str;
5229}
5230
5231const char *cdb2_errstr(cdb2_hndl_tp *hndl)
5232{

Callers 6

int_handlerFunction · 0.85
tdprintfFunction · 0.85
insertFunction · 0.85
runsqlFunction · 0.85
thrFunction · 0.85
tclcdb2ObjCmdFunction · 0.85

Calls

no outgoing calls

Tested by 1

tdprintfFunction · 0.68