MCPcopy Create free account
hub / github.com/ParaN3xus/udon-decompiler / BlocksInfo

Class BlocksInfo

tools/UdonProgramDumper/BundleDecryption.cs:501–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected