MCPcopy
hub / github.com/perkeep/perkeep / MkdirAll

Method MkdirAll

pkg/blobserver/files/files.go:50–50  ·  view source on GitHub ↗
(path string, perm os.FileMode)

Source from the content-addressed store, hash-verified

48 Lstat(string) (os.FileInfo, error)
49 Open(string) (ReadableFile, error)
50 MkdirAll(path string, perm os.FileMode) error
51
52 // Rename is a POSIX-style rename, overwriting newname if it exists.
53 Rename(oldname, newname string) error

Callers 15

NewTestStorageFunction · 0.65
TestEnumerateIsSortedFunction · 0.65
ReceiveBlobMethod · 0.65
MkdirAllMethod · 0.65
MkdirAllMethod · 0.65
BuildMethod · 0.65
GenerateNewSecRingFunction · 0.65
populateFunction · 0.65
buildMethod · 0.65
WriteDefaultConfigFileFunction · 0.65
inEmptyMutDirFunction · 0.65
TestMoveAtFunction · 0.65

Implementers 2

osFSpkg/blobserver/files/osfs.go
sftpFSpkg/blobserver/sftp/sftp.go

Calls

no outgoing calls

Tested by 6

NewTestStorageFunction · 0.52
TestEnumerateIsSortedFunction · 0.52
populateFunction · 0.52
inEmptyMutDirFunction · 0.52
TestMoveAtFunction · 0.52
TestCamPkConfigMigrationFunction · 0.52