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

Function New

internal/adapters/bedrock/bedrock.go:25–30  ·  view source on GitHub ↗
(cfg config.BackendConfig)

Source from the content-addressed store, hash-verified

23}
24
25func New(cfg config.BackendConfig) *Adapter {
26 return &Adapter{
27 cfg: cfg,
28 region: strings.TrimSpace(cfg.AWSRegion),
29 }
30}
31
32func (a *Adapter) Name() string {
33 return a.cfg.Name

Callers 2

NewBackendFunction · 0.92

Calls

no outgoing calls

Tested by 1