MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Cleanup

Method Cleanup

integration-tests/go-sql-server-driver/driver/cmd.go:143–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141}
142
143func (u DoltUser) Cleanup() error {
144 return os.RemoveAll(u.tmpdir)
145}
146
147type RepoStore struct {
148 user DoltUser

Callers 13

runGCIncrementalTestFunction · 0.95
TestResumableGCFunction · 0.95
setupTestServerFunction · 0.95
RunMethod · 0.95
testSQLRacingAmendFunction · 0.95
startServerWithMetricsFunction · 0.95
TestConcurrentWritesFunction · 0.95
TestStatsGCConcurrencyFunction · 0.95

Calls

no outgoing calls

Tested by 12

runGCIncrementalTestFunction · 0.76
TestResumableGCFunction · 0.76
setupTestServerFunction · 0.76
testSQLRacingAmendFunction · 0.76
startServerWithMetricsFunction · 0.76
TestConcurrentWritesFunction · 0.76
TestStatsGCConcurrencyFunction · 0.76
runMethod · 0.76