(executor coreauth.ProviderExecutor)
| 1074 | } |
| 1075 | |
| 1076 | func (h *Host) ownsExecutor(executor coreauth.ProviderExecutor) bool { |
| 1077 | adapter, okAdapter := executor.(*executorAdapter) |
| 1078 | return okAdapter && adapter != nil && adapter.host == h |
| 1079 | } |
| 1080 | |
| 1081 | func (h *Host) modelProvider(pluginID string) string { |
| 1082 | if h == nil { |
no outgoing calls
no test coverage detected