MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / Op

Method Op

ent/mutation.go:12096–12098  ·  view source on GitHub ↗

Op returns the operation name.

()

Source from the content-addressed store, hash-verified

12094
12095// Op returns the operation name.
12096func (m *ShareMutation) Op() Op {
12097 return m.op
12098}
12099
12100// SetOp allows setting the mutation operation.
12101func (m *ShareMutation) SetOp(op Op) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected