Mutation returns the SettingMutation object of the builder.
()
| 86 | |
| 87 | // Mutation returns the SettingMutation object of the builder. |
| 88 | func (sc *SettingCreate) Mutation() *SettingMutation { |
| 89 | return sc.mutation |
| 90 | } |
| 91 | |
| 92 | // Save creates the Setting in the database. |
| 93 | func (sc *SettingCreate) Save(ctx context.Context) (*Setting, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected