MCPcopy
hub / github.com/cloudreve/cloudreve / Delete

Method Delete

ent/client.go:1148–1151  ·  view source on GitHub ↗

Delete returns a delete builder for FsEvent.

()

Source from the content-addressed store, hash-verified

1146
1147// Delete returns a delete builder for FsEvent.
1148func (c *FsEventClient) Delete() *FsEventDelete {
1149 mutation := newFsEventMutation(c.config, OpDelete)
1150 return &FsEventDelete{config: c.config, hooks: c.Hooks(), mutation: mutation}
1151}
1152
1153// DeleteOne returns a builder for deleting the given entity.
1154func (c *FsEventClient) DeleteOne(fe *FsEvent) *FsEventDeleteOne {

Callers 1

DeleteOneIDMethod · 0.95

Calls 2

HooksMethod · 0.95
newFsEventMutationFunction · 0.85

Tested by

no test coverage detected