| 845 | } |
| 846 | |
| 847 | bool NsClient::LoadTable(const std::string& name, const std::string& endpoint, |
| 848 | uint32_t pid, |
| 849 | const ::fedb::nameserver::ZoneInfo& zone_info, |
| 850 | const ::fedb::api::TaskInfo& task_info) { |
| 851 | return LoadTable(name, GetDb(), endpoint, pid, zone_info, task_info); |
| 852 | } |
| 853 | |
| 854 | bool NsClient::LoadTable(const std::string& name, const std::string& db, |
| 855 | const std::string& endpoint, uint32_t pid, |
no test coverage detected