Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydio/cells
/ ToUpdate
Method
ToUpdate
common/etl/models/diff.go:150–152 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
148
return
res
149
}
150
func
(a *ShareDiff) ToUpdate() []
interface
{} {
151
return
nil
152
}
153
func
(a *ShareDiff) ToDelete() []
interface
{} {
154
return
nil
155
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected