Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/passteque/gluetun
/ removeFile
Function
removeFile
internal/openvpn/extract/helpers_test.go:10–14 ·
view source on GitHub ↗
(t *testing.T, filename string)
Source
from the content-addressed store, hash-verified
8
)
9
10
func
removeFile(t *testing.T, filename string) {
11
t.Helper()
12
err := os.RemoveAll(filename)
13
require.NoError(t, err)
14
}
Callers
1
Test_readCustomConfigLines
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected