Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/envbuilder
/ osfsWithChmod
Struct
osfsWithChmod
internal/chmodfs/chmodfs.go:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
type
osfsWithChmod
struct
{
16
billy.Filesystem
17
}
18
19
func
(fs *osfsWithChmod) Chmod(name string, mode os.FileMode) error {
20
return
os.Chmod(name, mode)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected