Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
func
(*osFS) Readlink(path string) (string, error) {
48
return
os.Readlink(path)
49
}
Callers
nothing calls this directly
Calls
1
Readlink
Method · 0.65
Tested by
no test coverage detected