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

Method Rename

internal/ebutil/remount.go:220–222  ·  view source on GitHub ↗
(oldpath, newpath string)

Source from the content-addressed store, hash-verified

218}
219
220func (m *realMounter) Rename(oldpath, newpath string) error {
221 return os.Rename(oldpath, newpath)
222}

Callers

nothing calls this directly

Calls 1

RenameMethod · 0.65

Tested by

no test coverage detected