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

Function mustEvalSymlinks

agent/agentfiles/resolvepath_test.go:132–137  ·  view source on GitHub ↗
(t *testing.T, path string)

Source from the content-addressed store, hash-verified

130}
131
132func mustEvalSymlinks(t *testing.T, path string) string {
133 t.Helper()
134 resolvedPath, err := filepath.EvalSymlinks(path)
135 require.NoError(t, err)
136 return resolvedPath
137}

Calls 1

HelperMethod · 0.65

Tested by

no test coverage detected