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

Method Delete

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

Source from the content-addressed store, hash-verified

137func (a *ShareDiff) Update(vs ...interface{}) {
138}
139func (a *ShareDiff) Delete(vs ...interface{}) {
140}
141
142func (a *ShareDiff) ToAdd() []interface{} {
143 var res []interface{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected