mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
absl::string_view usually is not suitable type for a member variable nor a map key. The string referenced by string_view may run out of scope. PiperOrigin-RevId: 488743930