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

Function StringArray2ProxyArray

pkg/getter/base.go:51–57  ·  view source on GitHub ↗
(origin []string)

Source from the content-addressed store, hash-verified

49}
50
51func StringArray2ProxyArray(origin []string) proxy.ProxyList {
52 results := make(proxy.ProxyList, 0)
53 for _, link := range origin {
54 results = append(results, String2Proxy(link))
55 }
56 return results
57}
58
59func GrepLinksFromString(text string) []string {
60 results := proxy.GrepSSRLinkFromString(text)

Callers 4

freessrxyzFetchFunction · 0.85
FuzzParseProxyFromStringFunction · 0.85
GetMethod · 0.85
GetMethod · 0.85

Calls 1

String2ProxyFunction · 0.85

Tested by

no test coverage detected