Mutation returns the ShareMutation object of the builder.
()
| 183 | |
| 184 | // Mutation returns the ShareMutation object of the builder. |
| 185 | func (sc *ShareCreate) Mutation() *ShareMutation { |
| 186 | return sc.mutation |
| 187 | } |
| 188 | |
| 189 | // Save creates the Share in the database. |
| 190 | func (sc *ShareCreate) Save(ctx context.Context) (*Share, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected