Mutation returns the DirectLinkMutation object of the builder.
()
| 96 | |
| 97 | // Mutation returns the DirectLinkMutation object of the builder. |
| 98 | func (dlc *DirectLinkCreate) Mutation() *DirectLinkMutation { |
| 99 | return dlc.mutation |
| 100 | } |
| 101 | |
| 102 | // Save creates the DirectLink in the database. |
| 103 | func (dlc *DirectLinkCreate) Save(ctx context.Context) (*DirectLink, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected