MCPcopy
hub / github.com/syncthing/syncthing / Close

Method Close

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

Source from the content-addressed store, hash-verified

51 // Basics
52 Update(folder string, device protocol.DeviceID, fs []protocol.FileInfo, opts ...UpdateOption) error
53 Close() error
54
55 // Single files
56 GetDeviceFile(folder string, device protocol.DeviceID, file string) (protocol.FileInfo, bool, error)

Callers 15

createPostInstScriptFunction · 0.65
runPipeFunction · 0.65
tarGzFunction · 0.65
zipFileFunction · 0.65
mainFunction · 0.65
pruneInterfaceCheckFunction · 0.65
walkerForFunction · 0.65
mainFunction · 0.65
walkerForFunction · 0.65
readAllFunction · 0.65
getLicenseTextFunction · 0.65
mainFunction · 0.65

Implementers 1

DBinternal/db/sqlite/db_open.go

Calls

no outgoing calls

Tested by 15

testSymlinksFunction · 0.52
testFileTypeChangeFunction · 0.52
TestScanSubdirFunction · 0.52
TestResetFunction · 0.52
TestConflictsDefaultFunction · 0.52
TestIgnoresFunction · 0.52
TestOverrideFunction · 0.52
TestSyncClusterFunction · 0.52
TestSyncSparseFileFunction · 0.52
TestHTTPGetIndexFunction · 0.52
TestHTTPGetIndexAuthFunction · 0.52
TestHTTPOptionsFunction · 0.52