Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/envbox
/ Readlink
Method
Readlink
xunix/fs.go:16–16 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
14
Mknod(path string, mode uint32, dev int) error
15
LStat(path string) (fs.FileInfo, error)
16
Readlink(path string) (string, error)
17
}
18
19
type
fsKey
struct
{}
Callers
3
recursiveSymlinks
Function · 0.65
SameDirSymlinks
Function · 0.65
Readlink
Method · 0.65
Implementers
2
osFS
xunix/fs.go
MemFS
xunix/xunixfake/fs.go
Calls
no outgoing calls
Tested by
no test coverage detected