QueryOwner queries the "owner" edge of the File entity.
()
| 275 | |
| 276 | // QueryOwner queries the "owner" edge of the File entity. |
| 277 | func (f *File) QueryOwner() *UserQuery { |
| 278 | return NewFileClient(f.config).QueryOwner(f) |
| 279 | } |
| 280 | |
| 281 | // QueryStoragePolicies queries the "storage_policies" edge of the File entity. |
| 282 | func (f *File) QueryStoragePolicies() *StoragePolicyQuery { |
nothing calls this directly
no test coverage detected