MCPcopy Create free account
hub / github.com/GoogleChrome/webstatus.dev / Get

Method Get

backend/pkg/httpserver/server.go:246–246  ·  view source on GitHub ↗

Get retrieves a value from the cache by its key.

(context.Context, string)

Source from the content-addressed store, hash-verified

244 if *pageSize >= 1 && *pageSize <= maxPageSize {
245 return *pageSize
246 }
247 }
248
249 return maxPageSize

Callers 2

LookupMethod · 0.65
TestGetSubscriptionRSSFunction · 0.65

Implementers 2

MockRawBytesDataCacherbackend/pkg/httpserver/cache_test.go
MockDataCacherworkflows/steps/services/wpt_consumer/

Calls

no outgoing calls

Tested by 1

TestGetSubscriptionRSSFunction · 0.52