MCPcopy
hub / github.com/tailscale/tailscale / Close

Method Close

control/controlhttp/http_test.go:338–338  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

setRemoteIconFunction · 0.65
watchIPNBusInnerMethod · 0.65
sendRequestMethod · 0.65
sendWithHeadersMethod · 0.65
StreamBusEventsMethod · 0.65
BugReportWithOptsMethod · 0.65
GetWaitingFileMethod · 0.65
UserDialMethod · 0.65
StreamDebugCaptureMethod · 0.65
WatchIPNBusMethod · 0.65
CloseMethod · 0.65
DebugPortmapMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 15

TestWhoIsPeerNotFoundFunction · 0.52
TestUserDialSelfFunction · 0.52
TestServeAPIFunction · 0.52
TestAuthorizeRequestFunction · 0.52
TestServeAuthFunction · 0.52
TestPathPrefixFunction · 0.52
TestRequireTailscaleIPFunction · 0.52
TestCSRFProtectFunction · 0.52
TestServePostRoutesFunction · 0.52
testControlHTTPFunction · 0.52