MCPcopy Index your code
hub / github.com/coder/coder / sshConfigFileRead

Function sshConfigFileRead

cli/configssh_test.go:53–58  ·  view source on GitHub ↗
(t *testing.T, name string)

Source from the content-addressed store, hash-verified

51}
52
53func sshConfigFileRead(t *testing.T, name string) string {
54 t.Helper()
55 b, err := os.ReadFile(name)
56 require.NoError(t, err)
57 return string(b)
58}
59
60func TestConfigSSH(t *testing.T) {
61 t.Parallel()

Calls 2

HelperMethod · 0.65
ReadFileMethod · 0.65

Tested by

no test coverage detected