Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NdoleStudio/httpsms
/ saveToCache
Function
saveToCache
api/pkg/validators/validator.go:231–233 ·
view source on GitHub ↗
(ctx context.Context, c cache.Cache, key string, value string)
Source
from the content-addressed store, hash-verified
229
}
230
231
func
saveToCache(ctx context.Context, c cache.Cache, key string, value string) {
232
_ = c.Set(ctx, key, value, 15*time.Minute)
233
}
Callers
1
validateAttachmentURL
Function · 0.85
Calls
1
Set
Method · 0.65
Tested by
no test coverage detected