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

Method ToAdd

common/etl/models/diff.go:142–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140}
141
142func (a *ShareDiff) ToAdd() []interface{} {
143 var res []interface{}
144
145 for _, v := range a.create {
146 res = append(res, v)
147 }
148 return res
149}
150func (a *ShareDiff) ToUpdate() []interface{} {
151 return nil
152}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected