MCPcopy Create free account
hub / github.com/docker/docker-language-server / Key

Interface Key

internal/cache/manager.go:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Key interface {
9 CacheKey() string
10}
11
12type Fetcher[T any] interface {
13 Fetch(key Key) (T, error)

Callers 1

GetMethod · 0.65

Implementers 2

ScoutImageKeyinternal/scout/types.go
HubTagsKeyinternal/hub/types.go

Calls

no outgoing calls

Tested by

no test coverage detected