Files
platform-external-webrtc/pc
Philipp Hancke 42e5ed38a7 stats: more consistent use of has_value() for optionals
replacing
  if (optional) { ...}
with the more explicit
  if (optional.has_value()) { ... }

No functional changes.

BUG=None

Change-Id: I005fd3df307880b07cfda0cbe435efb0e0717a88
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/281362
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#38544}
2022-11-03 14:09:26 +00:00
..
2022-05-12 18:34:33 +00:00
2022-09-27 15:05:51 +00:00
2022-10-25 18:37:35 +00:00
2022-01-18 13:46:37 +00:00