SetSpeed sets the "speed" field.
(i int)
| 85 | |
| 86 | // SetSpeed sets the "speed" field. |
| 87 | func (dlc *DirectLinkCreate) SetSpeed(i int) *DirectLinkCreate { |
| 88 | dlc.mutation.SetSpeed(i) |
| 89 | return dlc |
| 90 | } |
| 91 | |
| 92 | // SetFile sets the "file" edge to the File entity. |
| 93 | func (dlc *DirectLinkCreate) SetFile(f *File) *DirectLinkCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected