MCPcopy 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}
150func (a *ShareDiff) ToUpdate() []interface{} {
151 return nil
152}
153func (a *ShareDiff) ToDelete() []interface{} {
154 return nil
155}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected