MCPcopy Create free account
hub / github.com/coder/envbuilder / New

Function New

internal/chmodfs/chmodfs.go:9–13  ·  view source on GitHub ↗
(fs billy.Filesystem)

Source from the content-addressed store, hash-verified

7)
8
9func New(fs billy.Filesystem) billy.Filesystem {
10 return &osfsWithChmod{
11 Filesystem: fs,
12 }
13}
14
15type osfsWithChmod struct {
16 billy.Filesystem

Callers 2

SetDefaultsMethod · 0.92
TestOptions_SetDefaultsFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestOptions_SetDefaultsFunction · 0.74