MCPcopy
hub / github.com/zu1k/proxypool / SetString

Function SetString

internal/cache/cache.go:24–26  ·  view source on GitHub ↗
(key, value string)

Source from the content-addressed store, hash-verified

22}
23
24func SetString(key, value string) {
25 c.Set(key, value, cache.NoExpiration)
26}
27
28func GetString(key string) string {
29 result, found := c.Get(key)

Callers 2

CrawlGoFunction · 0.92
setupRouterFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected