MCPcopy Create free account
hub / github.com/InferCore/InferCore / Name

Method Name

internal/adapters/mock/mock.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (a *Adapter) Name() string {
21 return a.cfg.Name
22}
23
24func (a *Adapter) Invoke(ctx context.Context, req types.BackendRequest) (types.BackendResponse, error) {
25 start := time.Now()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected