| 175 | } |
| 176 | |
| 177 | CustomMapValue MakeDispatcher() { |
| 178 | return UnsafeCustomMapValue( |
| 179 | &test_dispatcher_, CustomValueContent::From<CustomMapValueTestContent>( |
| 180 | CustomMapValueTestContent{.arena = arena()})); |
| 181 | } |
| 182 | |
| 183 | protected: |
| 184 | CustomMapValueDispatcher test_dispatcher_ = { |
nothing calls this directly
no test coverage detected