Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
type
Adapter
struct
{
13
cfg config.BackendConfig
14
}
15
16
func
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