MCPcopy
hub / github.com/harness/harness / Map

Method Map

cache/cache.go:31–31  ·  view source on GitHub ↗
(ctx context.Context, keys []K)

Source from the content-addressed store, hash-verified

29type ExtendedCache[K comparable, V Identifiable[K]] interface {
30 Cache[K, V]
31 Map(ctx context.Context, keys []K) (map[K]V, error)
32}
33
34type Identifiable[K comparable] interface {

Callers 2

sanitizeReferenceQueryFunction · 0.65
getSanitizedMachineNameFunction · 0.65

Implementers 5

UnrelatedHistoriesErrorgit/api/errors.go
GitSignatureResultStoreapp/store/database/git_signature_resul
FavoriteStoreapp/store/database/favorite.go
UserGroupStoreapp/store/database/usergroup.go
Serviceapp/services/settings/service.go

Calls

no outgoing calls

Tested by

no test coverage detected