Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
func
New(fs billy.Filesystem) billy.Filesystem {
10
return
&osfsWithChmod{
11
Filesystem: fs,
12
}
13
}
14
15
type
osfsWithChmod
struct
{
16
billy.Filesystem
Callers
2
SetDefaults
Method · 0.92
TestOptions_SetDefaults
Function · 0.92
Calls
no outgoing calls
Tested by
1
TestOptions_SetDefaults
Function · 0.74