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

Method RepopNewLrl_impl

tools/comdb2ar/repopnewlrl.cpp:27–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27RepopNewLrl_impl::RepopNewLrl_impl(const std::string& dbname,
28 const std::string& request)
29{
30 try
31 {
32 mp_appsock.reset(new Appsock(dbname, request));
33 }
34 catch(Error& e)
35 {
36 std::clog << "Repopulate lrl appsock failed: " << e.what() << std::endl;
37 }
38}
39
40RepopNewLrl::RepopNewLrl(const std::string& dbname,
41 const std::string& main_lrl_file, const std::string& new_lrl_file,

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
whatMethod · 0.45

Tested by

no test coverage detected