| 75 | namespace { |
| 76 | |
| 77 | absl::flat_hash_set<std::string>* GetSymbolicDeviceList() { |
| 78 | static absl::flat_hash_set<std::string>* symbolic_device_list = |
| 79 | new absl::flat_hash_set<std::string>(); |
| 80 | return symbolic_device_list; |
| 81 | } |
| 82 | |
| 83 | } // namespace |
| 84 |
no outgoing calls
no test coverage detected