MCPcopy
hub / github.com/syncthing/syncthing / TestClusterConfigOnFolderPause

Function TestClusterConfigOnFolderPause

lib/model/model_test.go:3584–3588  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

3582}
3583
3584func TestClusterConfigOnFolderPause(t *testing.T) {
3585 testConfigChangeTriggersClusterConfigs(t, true, false, nil, func(cfg config.Wrapper) {
3586 pauseFolder(t, cfg, cfg.FolderList()[0].ID, true)
3587 })
3588}
3589
3590func TestClusterConfigOnFolderUnpause(t *testing.T) {
3591 testConfigChangeTriggersClusterConfigs(t, true, false, func(cfg config.Wrapper) {

Callers

nothing calls this directly

Calls 3

pauseFolderFunction · 0.85
FolderListMethod · 0.65

Tested by

no test coverage detected