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

Function writeTestFile

cmd/pipe_test.go:567–569  ·  view source on GitHub ↗
(path, content string)

Source from the content-addressed store, hash-verified

565}
566
567func writeTestFile(path, content string) error {
568 return os.WriteFile(path, []byte(content), 0644)
569}

Callers 1

TestPutLocalDashFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected