MCPcopy Create free account
hub / github.com/coder/envbuilder / EvalSymlinks

Method EvalSymlinks

internal/ebutil/remount.go:216–218  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

214}
215
216func (m *realMounter) EvalSymlinks(path string) (string, error) {
217 return filepath.EvalSymlinks(path)
218}
219
220func (m *realMounter) Rename(oldpath, newpath string) error {
221 return os.Rename(oldpath, newpath)

Callers

nothing calls this directly

Calls 1

EvalSymlinksMethod · 0.65

Tested by

no test coverage detected