MCPcopy Create free account
hub / github.com/pydio/cells / LockFile

Method LockFile

common/sync/proc/processor.go:49–49  ·  view source on GitHub ↗

LockFile sends LockEvent for Echo Filtering

(operation merger.Operation, path string, operationId string)

Source from the content-addressed store, hash-verified

47type ProcessorLocker interface {
48 // LockFile sends LockEvent for Echo Filtering
49 LockFile(operation merger.Operation, path string, operationId string)
50 // UnlockFile sends UnlockEvent for Echo Filtering
51 UnlockFile(operation merger.Operation, path string)
52}

Callers 4

processDeleteMethod · 0.65
processCreateFolderMethod · 0.65
processCreateFileMethod · 0.65
processMoveMethod · 0.65

Implementers 1

ConnectedProcessorcommon/sync/proc/processor-locker.go

Calls

no outgoing calls

Tested by

no test coverage detected