| 113 | } |
| 114 | |
| 115 | void Add::SetLinkIndex(int index) { |
| 116 | inv_divisor_name_ = absl::StrCat("inv_divisor_", index); |
| 117 | link_index_ = index; |
| 118 | } |
| 119 | |
| 120 | std::string Add::GetCoreCode(const std::string& src, const std::string& z_coord, |
| 121 | const std::string& address) const { |
no test coverage detected