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

Method SetName

ent/metadata_create.go:69–72  ·  view source on GitHub ↗

SetName sets the "name" field.

(s string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected