SetValue sets the "value" field.
(s string)
| 73 | |
| 74 | // SetValue sets the "value" field. |
| 75 | func (mc *MetadataCreate) SetValue(s string) *MetadataCreate { |
| 76 | mc.mutation.SetValue(s) |
| 77 | return mc |
| 78 | } |
| 79 | |
| 80 | // SetFileID sets the "file_id" field. |
| 81 | func (mc *MetadataCreate) SetFileID(i int) *MetadataCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected