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

Method Metadata

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

Source from the content-addressed store, hash-verified

56}
57
58func (a *Adapter) Metadata() types.BackendMetadata {
59 return types.BackendMetadata{
60 Name: a.cfg.Name,
61 Type: a.cfg.Type,
62 Capabilities: a.cfg.Capabilities,
63 CostUnit: a.cfg.Cost.Unit,
64 MaxConcurrency: a.cfg.MaxConcurrency,
65 }
66}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected