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

Method Op

ent/mutation.go:11180–11182  ·  view source on GitHub ↗

Op returns the operation name.

()

Source from the content-addressed store, hash-verified

11178
11179// Op returns the operation name.
11180func (m *SettingMutation) Op() Op {
11181 return m.op
11182}
11183
11184// SetOp allows setting the mutation operation.
11185func (m *SettingMutation) SetOp(op Op) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected