(ctx context.Context)
| 162 | } |
| 163 | |
| 164 | func (s *Service) syncPluginRuntime(ctx context.Context) { |
| 165 | if !s.syncPluginRuntimeConfig(ctx) { |
| 166 | return |
| 167 | } |
| 168 | s.syncPluginModelRuntime(ctx) |
| 169 | } |
| 170 | |
| 171 | func (s *Service) syncPluginRuntimeConfig(ctx context.Context) bool { |
| 172 | if s == nil { |
no test coverage detected