| 342 | |
| 343 | bool invoke_splat_simplify_active() { return g_splat_simplify_active ? g_splat_simplify_active() : false; } |
| 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 |
no outgoing calls
no test coverage detected