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

Function only_read_config

cdb2api/cdb2api.c:5893–5899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5891}
5892
5893static inline void only_read_config(cdb2_hndl_tp *hndl, int noLock,
5894 int defaultOnly)
5895{
5896 read_available_comdb2db_configs(NULL, NULL, NULL, NULL, NULL, NULL, NULL,
5897 NULL, NULL, noLock, defaultOnly);
5898 set_cdb2_timeouts(hndl);
5899}
5900
5901static int cdb2_get_dbhosts(cdb2_hndl_tp *hndl)
5902{

Callers 4

read_comdb2db_cfgFunction · 0.85
cdb2_get_dbhostsFunction · 0.85
configure_from_literalFunction · 0.85
cdb2_openFunction · 0.85

Calls 2

set_cdb2_timeoutsFunction · 0.85

Tested by

no test coverage detected