MCPcopy
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
30func (t *tlsConfig) Close() {
31 if t.tmpDir != "" {
32 os.RemoveAll(t.tmpDir)
33 }
34}
35
36func newTestTLSConfig() (*tlsConfig, error) {
37 tlsConfig := &tlsConfig{}

Callers 15

mainFunction · 0.45
TestAuthChannelDeniedFunction · 0.45
TestAuthChannelAllowedFunction · 0.45
TestNoAuthChannelFunction · 0.45
TestAuthWildcardChannelFunction · 0.45
TestSocksEndToEndFunction · 0.45
availablePortFunction · 0.45
TestUDPFunction · 0.45
availableUDPPortFunction · 0.45
TestTLSFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected