Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/envbuilder
/ Chmod
Method
Chmod
internal/chmodfs/chmodfs.go:19–21 ·
view source on GitHub ↗
(name string, mode os.FileMode)
Source
from the content-addressed store, hash-verified
17
}
18
19
func
(fs *osfsWithChmod) Chmod(name string, mode os.FileMode) error {
20
return
os.Chmod(name, mode)
21
}
Callers
2
createPostStartScript
Function · 0.80
Extract
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected