MCPcopy Create free account
hub / github.com/coder/envbox / Mknod

Method Mknod

xunix/fs.go:14–14  ·  view source on GitHub ↗
(path string, mode uint32, dev int)

Source from the content-addressed store, hash-verified

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}

Callers 2

createDeviceFunction · 0.65
MknodMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected