MCPcopy 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
19func (fs *osfsWithChmod) Chmod(name string, mode os.FileMode) error {
20 return os.Chmod(name, mode)
21}

Callers 2

createPostStartScriptFunction · 0.80
ExtractFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected