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

Struct osFS

xunix/fs.go:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type osFS struct {
36 *afero.OsFs
37}
38
39func (*osFS) Mknod(path string, mode uint32, dev int) error {
40 return unix.Mknod(path, mode, dev)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected