Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jpillora/chisel
/ Close
Method
Close
test/e2e/cert_utils_test.go:30–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(t *tlsConfig) Close() {
31
if
t.tmpDir !=
""
{
32
os.RemoveAll(t.tmpDir)
33
}
34
}
35
36
func
newTestTLSConfig() (*tlsConfig, error) {
37
tlsConfig := &tlsConfig{}
Callers
15
main
Function · 0.45
TestAuthChannelDenied
Function · 0.45
TestAuthChannelAllowed
Function · 0.45
TestNoAuthChannel
Function · 0.45
TestAuthWildcardChannel
Function · 0.45
TestAuthSocksChannelDenied
Function · 0.45
TestAuthSocksChannelAllowed
Function · 0.45
TestSocksEndToEnd
Function · 0.45
availablePort
Function · 0.45
TestUDP
Function · 0.45
availableUDPPort
Function · 0.45
TestTLS
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected