MCPcopy Create free account
hub / github.com/dropbox/dbxcli / Copy

Method Copy

cmd/mock_test.go:104–106  ·  view source on GitHub ↗
(arg *files.RelocationArg)

Source from the content-addressed store, hash-verified

102 return m.CopyV2(arg)
103}
104func (m *mockFilesClient) Copy(arg *files.RelocationArg) (files.IsMetadata, error) {
105 return nil, nil
106}
107func (m *mockFilesClient) CopyBatchV2(arg *files.RelocationBatchArgBase) (*files.RelocationBatchV2Launch, error) {
108 return nil, nil
109}

Callers 5

spoolStdinToTempFunction · 0.80
downloadToStdoutFunction · 0.80
downloadFileOnceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected