MCPcopy
hub / github.com/NVIDIA/aistore / createDirs

Function createDirs

fs/dutils_test.go:138–143  ·  view source on GitHub ↗
(dirs ...string)

Source from the content-addressed store, hash-verified

136}
137
138func createDirs(dirs ...string) {
139 for _, dir := range dirs {
140 err := cos.CreateDir(dir)
141 debug.AssertNoErr(err)
142 }
143}
144
145func removeDirs(dirs ...string) {
146 for _, dir := range dirs {

Callers 5

TestMountpathSearchValidFunction · 0.85
TestSimilarCasesFunction · 0.85
TestSimilarCasesWithRootFunction · 0.85

Calls 2

CreateDirFunction · 0.92
AssertNoErrFunction · 0.92

Tested by

no test coverage detected