QueryEntities queries the "entities" edge of the StoragePolicy entity.
()
| 265 | |
| 266 | // QueryEntities queries the "entities" edge of the StoragePolicy entity. |
| 267 | func (sp *StoragePolicy) QueryEntities() *EntityQuery { |
| 268 | return NewStoragePolicyClient(sp.config).QueryEntities(sp) |
| 269 | } |
| 270 | |
| 271 | // QueryNode queries the "node" edge of the StoragePolicy entity. |
| 272 | func (sp *StoragePolicy) QueryNode() *NodeQuery { |
nothing calls this directly
no test coverage detected