FileURL returns the value of the "file_url" field in the mutation.
()
| 10075 | |
| 10076 | // FileURL returns the value of the "file_url" field in the mutation. |
| 10077 | func (m *StorageFileMutation) FileURL() (r string, exists bool) { |
| 10078 | v := m.file_url |
| 10079 | if v == nil { |
| 10080 | return |
| 10081 | } |
| 10082 | return *v, true |
| 10083 | } |
| 10084 | |
| 10085 | // OldFileURL returns the old "file_url" field's value of the StorageFile entity. |
| 10086 | // If the StorageFile object wasn't provided to the builder, the object is fetched from the database. |
no outgoing calls
no test coverage detected