Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
func
GetString(key string) string {
29
result, found := c.Get(key)
30
if
found {
31
return
result.(string)
32
}
33
return
""
34
}
Callers
1
setupRouter
Function · 0.92
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected