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

Interface FS

xunix/fs.go:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type FS interface {
13 afero.Fs
14 Mknod(path string, mode uint32, dev int) error
15 LStat(path string) (fs.FileInfo, error)
16 Readlink(path string) (string, error)
17}
18
19type fsKey struct{}
20

Callers 6

createDeviceFunction · 0.65
MknodMethod · 0.65
recursiveSymlinksFunction · 0.65
recursiveSymlinksFunction · 0.65
SameDirSymlinksFunction · 0.65
ReadlinkMethod · 0.65

Implementers 2

osFSxunix/fs.go
MemFSxunix/xunixfake/fs.go

Calls

no outgoing calls

Tested by

no test coverage detected