(ctx context.Context, req pluginapi.ModelRouteRequest)
| 10 | ) |
| 11 | |
| 12 | func (h *Host) RouteModel(ctx context.Context, req pluginapi.ModelRouteRequest) (pluginapi.ModelRouteResponse, bool) { |
| 13 | return h.RouteModelExcept(ctx, req, "") |
| 14 | } |
| 15 | |
| 16 | func (h *Host) HasModelRouters() bool { |
| 17 | return h.HasModelRoutersExcept("") |
nothing calls this directly
no test coverage detected