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

Method SetName

ent/setting_create.go:68–71  ·  view source on GitHub ↗

SetName sets the "name" field.

(s string)

Source from the content-addressed store, hash-verified

66
67// SetName sets the "name" field.
68func (sc *SettingCreate) SetName(s string) *SettingCreate {
69 sc.mutation.SetName(s)
70 return sc
71}
72
73// SetValue sets the "value" field.
74func (sc *SettingCreate) SetValue(s string) *SettingCreate {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected