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

Function getqueuebyname

db/comdb2.c:910–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

908}
909
910dbtable *getqueuebyname(const char *name)
911{
912 return hash_find_readonly(thedb->qdb_hash, &name);
913}
914
915int get_max_reclen(struct dbenv *dbenv)
916{

Callers 15

comdb2CreateTriggerFunction · 0.85
comdb2DropTriggerFunction · 0.85
block2_qaddFunction · 0.85
osql_set_usedbFunction · 0.85
sp_trigger_runFunction · 0.85
gather_triggersFunction · 0.85
net_add_consumerFunction · 0.85
exec_procedure_intFunction · 0.85
consumer_changeFunction · 0.85
do_alter_queues_intFunction · 0.85

Calls 1

hash_find_readonlyFunction · 0.85

Tested by

no test coverage detected