Mutation returns the FsEventMutation object of the builder.
()
| 113 | |
| 114 | // Mutation returns the FsEventMutation object of the builder. |
| 115 | func (fec *FsEventCreate) Mutation() *FsEventMutation { |
| 116 | return fec.mutation |
| 117 | } |
| 118 | |
| 119 | // Save creates the FsEvent in the database. |
| 120 | func (fec *FsEventCreate) Save(ctx context.Context) (*FsEvent, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected