MCPcopy 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
231func saveToCache(ctx context.Context, c cache.Cache, key string, value string) {
232 _ = c.Set(ctx, key, value, 15*time.Minute)
233}

Callers 1

validateAttachmentURLFunction · 0.85

Calls 1

SetMethod · 0.65

Tested by

no test coverage detected