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

Method Metadata

internal/adapters/vllm/vllm.go:428–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

426}
427
428func (a *Adapter) Metadata() types.BackendMetadata {
429 return types.BackendMetadata{
430 Name: a.cfg.Name,
431 Type: a.cfg.Type,
432 Capabilities: a.cfg.Capabilities,
433 CostUnit: a.cfg.Cost.Unit,
434 MaxConcurrency: a.cfg.MaxConcurrency,
435 }
436}
437
438func joinURL(base, suffix string) string {
439 return strings.TrimRight(base, "/") + suffix

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected