| 331 | } |
| 332 | |
| 333 | void invoke_splat_simplify_start(const std::string& name, const core::SplatSimplifyOptions& options) { |
| 334 | if (g_splat_simplify_start) |
| 335 | g_splat_simplify_start(name, options); |
| 336 | } |
| 337 | |
| 338 | void invoke_splat_simplify_cancel() { |
| 339 | if (g_splat_simplify_cancel) |
no outgoing calls
no test coverage detected