MCPcopy Index your code
hub / github.com/cloudreve/cloudreve / SetSettings

Method SetSettings

ent/user_create.go:160–163  ·  view source on GitHub ↗

SetSettings sets the "settings" field.

(ts *types.UserSetting)

Source from the content-addressed store, hash-verified

158
159// SetSettings sets the "settings" field.
160func (uc *UserCreate) SetSettings(ts *types.UserSetting) *UserCreate {
161 uc.mutation.SetSettings(ts)
162 return uc
163}
164
165// SetGroupUsers sets the "group_users" field.
166func (uc *UserCreate) SetGroupUsers(i int) *UserCreate {

Callers 1

defaultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected