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

Method SetSettings

ent/node_update.go:149–152  ·  view source on GitHub ↗

SetSettings sets the "settings" field.

(ts *types.NodeSetting)

Source from the content-addressed store, hash-verified

147
148// SetSettings sets the "settings" field.
149func (nu *NodeUpdate) SetSettings(ts *types.NodeSetting) *NodeUpdate {
150 nu.mutation.SetSettings(ts)
151 return nu
152}
153
154// ClearSettings clears the value of the "settings" field.
155func (nu *NodeUpdate) ClearSettings() *NodeUpdate {

Callers 1

SetSettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected