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

Method GetMoveOriginPath

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

Source from the content-addressed store, hash-verified

272}
273
274func (o *patchOperation) GetMoveOriginPath() string {
275 return o.Node.GetPath()
276}
277
278func (o *patchOperation) UpdateMoveOriginPath(p string) {
279 o.Node.SetPath(p)

Callers

nothing calls this directly

Calls 1

GetPathMethod · 0.65

Tested by

no test coverage detected