QueryFiles queries the "files" edge of the StoragePolicy entity.
()
| 260 | |
| 261 | // QueryFiles queries the "files" edge of the StoragePolicy entity. |
| 262 | func (sp *StoragePolicy) QueryFiles() *FileQuery { |
| 263 | return NewStoragePolicyClient(sp.config).QueryFiles(sp) |
| 264 | } |
| 265 | |
| 266 | // QueryEntities queries the "entities" edge of the StoragePolicy entity. |
| 267 | func (sp *StoragePolicy) QueryEntities() *EntityQuery { |
nothing calls this directly
no test coverage detected