MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / createFile

Function createFile

mob_test.go:2216–2218  ·  view source on GitHub ↗
(t *testing.T, filename string, content string)

Source from the content-addressed store, hash-verified

2214}
2215
2216func createFile(t *testing.T, filename string, content string) (pathToFile string) {
2217 return createFileInPath(t, workingDir, filename, content)
2218}
2219
2220func createFileInPath(t *testing.T, path, filename, content string) (pathToFile string) {
2221 contentAsBytes := []byte(content)

Calls 1

createFileInPathFunction · 0.85

Tested by

no test coverage detected