Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/syncthing/syncthing
/ cleanupModelAndRemoveDir
Function
cleanupModelAndRemoveDir
lib/model/testutils_test.go:208–211 ·
view source on GitHub ↗
(m *testModel, dir string)
Source
from the content-addressed store, hash-verified
206
}
207
208
func
cleanupModelAndRemoveDir(m *testModel, dir string) {
209
cleanupModel(m)
210
os.RemoveAll(dir)
211
}
212
213
type
alwaysChangedKey
struct
{
214
fs fs.Filesystem
Callers
15
benchmarkIndex
Function · 0.85
benchmarkIndexUpdate
Function · 0.85
TestGlobalDirectoryTree
Function · 0.85
benchmarkTree
Function · 0.85
TestRemoveDirWithContent
Function · 0.85
TestConnCloseOnRestart
Function · 0.85
TestModTimeWindow
Function · 0.85
TestDevicePause
Function · 0.85
TestDeviceWasSeen
Function · 0.85
TestScanDeletedROChangedOnSR
Function · 0.85
TestIssue6961
Function · 0.85
TestCompletionEmptyGlobal
Function · 0.85
Calls
2
cleanupModel
Function · 0.85
RemoveAll
Method · 0.65
Tested by
no test coverage detected