MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / RouteModel

Method RouteModel

internal/pluginhost/model_router.go:12–14  ·  view source on GitHub ↗
(ctx context.Context, req pluginapi.ModelRouteRequest)

Source from the content-addressed store, hash-verified

10)
11
12func (h *Host) RouteModel(ctx context.Context, req pluginapi.ModelRouteRequest) (pluginapi.ModelRouteResponse, bool) {
13 return h.RouteModelExcept(ctx, req, "")
14}
15
16func (h *Host) HasModelRouters() bool {
17 return h.HasModelRoutersExcept("")

Callers

nothing calls this directly

Calls 1

RouteModelExceptMethod · 0.95

Tested by

no test coverage detected