| 195 | namespace common_internal { |
| 196 | |
| 197 | inline OptionalValue MakeOptionalValue( |
| 198 | const OpaqueValueDispatcher* absl_nonnull dispatcher, |
| 199 | OpaqueValueContent content) { |
| 200 | return OptionalValue(dispatcher, content); |
| 201 | } |
| 202 | |
| 203 | } // namespace common_internal |
| 204 |
no test coverage detected