MCPcopy Index your code
hub / github.com/SummerSec/SpringExploit / IsProxyUrl

Function IsProxyUrl

cmd/commons/utils/proxy.go:9–16  ·  view source on GitHub ↗
(proxy string)

Source from the content-addressed store, hash-verified

7)
8
9func IsProxyUrl(proxy string) bool {
10
11 if strings.Contains(proxy, ":") {
12 return true
13 }
14 return false
15
16}
17
18func GetProxyUrl(proxy string) (proxys string) {
19

Callers 1

InItFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected