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

Method PropsCleared

ent/mutation.go:11991–11994  ·  view source on GitHub ↗

PropsCleared returns if the "props" field was cleared in this mutation.

()

Source from the content-addressed store, hash-verified

11989
11990// PropsCleared returns if the "props" field was cleared in this mutation.
11991func (m *ShareMutation) PropsCleared() bool {
11992 _, ok := m.clearedFields[share.FieldProps]
11993 return ok
11994}
11995
11996// ResetProps resets all changes to the "props" field.
11997func (m *ShareMutation) ResetProps() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected