MCPcopy Index your code
hub / github.com/expr-lang/expr / getTempSymlinkPath

Function getTempSymlinkPath

internal/testify/assert/assertions_test.go:2113–2117  ·  view source on GitHub ↗
(file string)

Source from the content-addressed store, hash-verified

2111}
2112
2113func getTempSymlinkPath(file string) (string, error) {
2114 link := file + "_symlink"
2115 err := os.Symlink(file, link)
2116 return link, err
2117}
2118
2119func cleanUpTempFiles(paths []string) []error {
2120 var res []error

Callers 4

TestFileExistsFunction · 0.85
TestNoFileExistsFunction · 0.85
TestDirExistsFunction · 0.85
TestNoDirExistsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…