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

Struct Adapter

internal/adapters/mock/mock.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type Adapter struct {
13 cfg config.BackendConfig
14}
15
16func New(cfg config.BackendConfig) *Adapter {
17 return &Adapter{cfg: cfg}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected