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

Function GetString

internal/cache/cache.go:28–34  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

26}
27
28func GetString(key string) string {
29 result, found := c.Get(key)
30 if found {
31 return result.(string)
32 }
33 return ""
34}

Callers 1

setupRouterFunction · 0.92

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected