MCPcopy
hub / github.com/tailscale/tailscale / Start

Method Start

control/controlhttp/http_test.go:337–337  ·  view source on GitHub ↗
(*testing.T)

Source from the content-addressed store, hash-verified

335
336type proxy interface {
337 Start(*testing.T) string
338 Close()
339 ConnIsFromProxy(string) bool
340}

Callers 15

tailscaleUpMethod · 0.65
startDevServerFunction · 0.65
testControlHTTPFunction · 0.65
proxyTCPConnFunction · 0.65
runTestsFunction · 0.65
runOneTestFunction · 0.65
babysitProcFunction · 0.65
startIPNServerFunction · 0.65
getLocalBackendFunction · 0.65
runMonitorFunction · 0.65

Implementers 2

socksProxycontrol/controlhttp/http_test.go
httpProxycontrol/controlhttp/http_test.go

Calls

no outgoing calls

Tested by 5

testControlHTTPFunction · 0.52
TestContainerBootFunction · 0.52
startControlFunction · 0.52