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

Method Type

ent/mutation.go:12106–12108  ·  view source on GitHub ↗

Type returns the node type of this mutation (Share).

()

Source from the content-addressed store, hash-verified

12104
12105// Type returns the node type of this mutation (Share).
12106func (m *ShareMutation) Type() string {
12107 return m.typ
12108}
12109
12110// Fields returns all fields that were changed during this mutation. Note that in
12111// order to get all numeric fields that were incremented/decremented, call

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected