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

Function wipCommit

squash_wip_test.go:435–439  ·  view source on GitHub ↗
(t *testing.T, configuration config.Configuration, filename string)

Source from the content-addressed store, hash-verified

433}
434
435func wipCommit(t *testing.T, configuration config.Configuration, filename string) {
436 start(configuration)
437 createFile(t, filename, "contentIrrelevant")
438 next(configuration)
439}
440
441func manualCommit(t *testing.T, configuration config.Configuration, filename string, message string) {
442 start(configuration)

Calls 3

startFunction · 0.85
createFileFunction · 0.85
nextFunction · 0.85

Tested by

no test coverage detected