MCPcopy
hub / github.com/dagger/container-use / createDir

Function createDir

repository/git_test.go:199–204  ·  view source on GitHub ↗
(t *testing.T, dir, name string)

Source from the content-addressed store, hash-verified

197}
198
199func createDir(t *testing.T, dir, name string) {
200 t.Helper()
201 path := filepath.Join(dir, name)
202 err := os.MkdirAll(path, 0755)
203 require.NoError(t, err)
204}

Callers 2

TestSelectiveFileStagingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected