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

Method SetProps

ent/share_update.go:170–173  ·  view source on GitHub ↗

SetProps sets the "props" field.

(tp *types.ShareProps)

Source from the content-addressed store, hash-verified

168
169// SetProps sets the "props" field.
170func (su *ShareUpdate) SetProps(tp *types.ShareProps) *ShareUpdate {
171 su.mutation.SetProps(tp)
172 return su
173}
174
175// ClearProps clears the value of the "props" field.
176func (su *ShareUpdate) ClearProps() *ShareUpdate {

Callers 1

SetPropsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected