MCPcopy Index your code
hub / github.com/syncthing/syncthing / DropFolder

Method DropFolder

internal/db/interface.go:84–84  ·  view source on GitHub ↗
(folder string)

Source from the content-addressed store, hash-verified

82 DropDevice(device protocol.DeviceID) error
83 DropFilesNamed(folder string, device protocol.DeviceID, names []string) error
84 DropFolder(folder string) error
85
86 // Various metadata
87 GetDeviceSequence(folder string, device protocol.DeviceID) (int64, error)

Callers 6

removeFolderMethod · 0.65
ResetFolderMethod · 0.65
startupMethod · 0.65
TryMigrateDatabaseFunction · 0.65
DropFolderMethod · 0.65
TestDropFolderFunction · 0.65

Implementers 1

DBinternal/db/sqlite/db_open.go

Calls

no outgoing calls

Tested by 1

TestDropFolderFunction · 0.52