| 3899 | } |
| 3900 | |
| 3901 | void Demo::create_window<WsiPlatform::fuchsia_display>() { |
| 3902 | // Nothing to do |
| 3903 | } |
| 3904 | |
| 3905 | void Demo::create_window<WsiPlatform::fuchsia_scenic>() { |
| 3906 | if (flatland_view) return; |
nothing calls this directly
no outgoing calls
no test coverage detected