(values: string[])
| 928 | if (parameters.length > 0) { |
| 929 | if (result.merged) { |
| 930 | // 获取合并后的规则 |
| 931 | const updatedRule = serviceInstance!.getCustomRules().find(r => |
| 932 | r.command === command && |
| 933 | r.delay === delay && |
nothing calls this directly
no test coverage detected