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

Function testPutCmdWithStdin

cmd/pipe_test.go:17–21  ·  view source on GitHub ↗
(stdin io.Reader)

Source from the content-addressed store, hash-verified

15)
16
17func testPutCmdWithStdin(stdin io.Reader) *cobra.Command {
18 cmd := testPutCmd()
19 cmd.SetIn(stdin)
20 return cmd
21}
22
23type failReadReader struct {
24 t *testing.T

Calls 1

testPutCmdFunction · 0.85

Tested by

no test coverage detected