MCPcopy Create free account
hub / github.com/celer-pkg/celer / NewChattrFS

Function NewChattrFS

pkgs/fileio/chattr_fs.go:14–16  ·  view source on GitHub ↗
(rootDir string)

Source from the content-addressed store, hash-verified

12}
13
14func NewChattrFS(rootDir string) *ChattrFS {
15 return &ChattrFS{rootDir: rootDir}
16}
17
18// MkdirAll creates a directory tree within append-only compatible workflows.
19func (fs *ChattrFS) MkdirAll(path string, perm os.FileMode) error {

Callers 4

NewArtifactConfigFunction · 0.92
NewRepoConfigFunction · 0.92
handleRemoteURLMethod · 0.85

Calls

no outgoing calls

Tested by 1