MCPcopy Index your code
hub / github.com/InferCore/InferCore / Invoke

Method Invoke

internal/reliability/manager_test.go:17–19  ·  view source on GitHub ↗
(context.Context, types.BackendRequest)

Source from the content-addressed store, hash-verified

15func (a timeoutAdapter) Name() string { return a.name }
16
17func (timeoutAdapter) Invoke(context.Context, types.BackendRequest) (types.BackendResponse, error) {
18 return types.BackendResponse{}, upstream.New(upstream.KindTimeout, "simulated")
19}
20
21func (timeoutAdapter) Health(context.Context) error { return nil }
22

Callers

nothing calls this directly

Calls 1

NewFunction · 0.92

Tested by

no test coverage detected