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

Method Get

internal/cache/manager.go:17–17  ·  view source on GitHub ↗
(key Key)

Source from the content-addressed store, hash-verified

15
16type CacheManager[T any] interface {
17 Get(key Key) (T, error)
18}
19
20type CacheManagerImpl[T any] struct {

Callers 9

HoverMethod · 0.65
AnalyzeMethod · 0.65
CalculateDiagnosticsMethod · 0.65
TestIncludedPathsFunction · 0.65
TestIncludedFilesFunction · 0.65
OpenDockerfileFunction · 0.65
recomputeDiagnosticsMethod · 0.65
computeDiagnosticsMethod · 0.65
GetTagsMethod · 0.65

Implementers 1

Managerinternal/pkg/document/manager.go

Calls

no outgoing calls

Tested by 2

TestIncludedPathsFunction · 0.52
TestIncludedFilesFunction · 0.52