Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
274
func
(o *patchOperation) GetMoveOriginPath() string {
275
return
o.Node.GetPath()
276
}
277
278
func
(o *patchOperation) UpdateMoveOriginPath(p string) {
279
o.Node.SetPath(p)
Callers
nothing calls this directly
Calls
1
GetPath
Method · 0.65
Tested by
no test coverage detected