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

Method Mknod

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

Source from the content-addressed store, hash-verified

37}
38
39func (*osFS) Mknod(path string, mode uint32, dev int) error {
40 return unix.Mknod(path, mode, dev)
41}
42
43func (*osFS) LStat(path string) (fs.FileInfo, error) {
44 return os.Lstat(path)

Callers

nothing calls this directly

Calls 1

MknodMethod · 0.65

Tested by

no test coverage detected