MCPcopy Index your code
hub / github.com/coder/envbox / Readlink

Method Readlink

xunix/fs.go:47–49  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

45}
46
47func (*osFS) Readlink(path string) (string, error) {
48 return os.Readlink(path)
49}

Callers

nothing calls this directly

Calls 1

ReadlinkMethod · 0.65

Tested by

no test coverage detected