()
| 253 | } |
| 254 | |
| 255 | func (c *fileClient) GetClient() *ent.Client { |
| 256 | return c.client |
| 257 | } |
| 258 | |
| 259 | func (f *fileClient) Update(ctx context.Context, file *ent.File) (*ent.File, error) { |
| 260 | q := f.client.File.UpdateOne(file). |
nothing calls this directly
no outgoing calls
no test coverage detected