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

Function decodeRemoveOutput

cmd/rm_test.go:75–79  ·  view source on GitHub ↗
(t *testing.T, stdout *bytes.Buffer)

Source from the content-addressed store, hash-verified

73}
74
75func decodeRemoveOutput(t *testing.T, stdout *bytes.Buffer) removeOutput {
76 t.Helper()
77
78 return decodeRemoveOutputString(t, stdout.String())
79}
80
81func decodeRemoveOutputString(t *testing.T, output string) removeOutput {
82 t.Helper()

Calls 1

decodeRemoveOutputStringFunction · 0.85

Tested by

no test coverage detected