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

Method Add

common/etl/models/diff.go:132–136  ·  view source on GitHub ↗
(vs ...interface{})

Source from the content-addressed store, hash-verified

130}
131
132func (a *ShareDiff) Add(vs ...interface{}) {
133 for _, v := range vs {
134 a.create = append(a.create, v.(*SyncShare))
135 }
136}
137func (a *ShareDiff) Update(vs ...interface{}) {
138}
139func (a *ShareDiff) Delete(vs ...interface{}) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected