| 499 | } |
| 500 | private sealed record NodeInfo(long Offset, long Size, uint Flags, string Path); |
| 501 | private sealed record BlocksInfo(byte[] UncompressedDataHash, List<StorageBlockInfo> Blocks, |
| 502 | List<NodeInfo> Nodes); |
| 503 | private sealed record BlockJob(long Offset, uint EncryptedSize); |
| 504 | } |
nothing calls this directly
no outgoing calls
no test coverage detected