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

Method ErrorString

common/sync/merger/operation.go:230–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228}
229
230func (o *patchOperation) ErrorString() string {
231 if o.processingError != nil {
232 return o.processingError.Error()
233 }
234 return ""
235}
236
237func (o *patchOperation) SetDirection(direction OperationDirection) Operation {
238 o.Dir = direction

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected