| 344 | float invoke_splat_simplify_progress() { return g_splat_simplify_progress ? g_splat_simplify_progress() : 0.0f; } |
| 345 | std::string invoke_splat_simplify_stage() { return g_splat_simplify_stage ? g_splat_simplify_stage() : std::string{}; } |
| 346 | std::string invoke_splat_simplify_error() { return g_splat_simplify_error ? g_splat_simplify_error() : std::string{}; } |
| 347 | |
| 348 | namespace { |
| 349 | GetSelectedCameraUidCallback g_get_selected_camera_cb = nullptr; |
no outgoing calls
no test coverage detected