Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
func
(*osFS) Mknod(path string, mode uint32, dev int) error {
40
return
unix.Mknod(path, mode, dev)
41
}
42
43
func
(*osFS) LStat(path string) (fs.FileInfo, error) {
44
return
os.Lstat(path)
Callers
nothing calls this directly
Calls
1
Mknod
Method · 0.65
Tested by
no test coverage detected