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

Class BlockJob

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

Source from the content-addressed store, hash-verified

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