MCPcopy
hub / github.com/rclone/rclone / mkdir

Method mkdir

backend/cache/cache_internal_test.go:1069–1072  ·  view source on GitHub ↗
(t *testing.T, f fs.Fs, remote string)

Source from the content-addressed store, hash-verified

1067}
1068
1069func (r *run) mkdir(t *testing.T, f fs.Fs, remote string) {
1070 err := f.Mkdir(context.Background(), remote)
1071 require.NoError(t, err)
1072}
1073
1074func (r *run) rm(t *testing.T, f fs.Fs, remote string) error {
1075 var err error

Calls 1

MkdirMethod · 0.65

Tested by

no test coverage detected