Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Lookup
Method · 0.65
TestGetSubscriptionRSS
Function · 0.65
Implementers
2
MockRawBytesDataCacher
backend/pkg/httpserver/cache_test.go
MockDataCacher
workflows/steps/services/wpt_consumer/
Calls
no outgoing calls
Tested by
1
TestGetSubscriptionRSS
Function · 0.52