This commit is contained in:
StellaOps Bot
2025-12-26 21:43:56 +02:00
354 changed files with 354 additions and 0 deletions

View File

@@ -383,6 +383,7 @@ public class BinaryReachabilityLifterTests
using var ms = new MemoryStream();
using var writer = new BinaryWriter(ms);
using StellaOps.TestKit;
var stringTable = new StringBuilder();
stringTable.Append('\0');
var stringOffsets = new Dictionary<string, int>(StringComparer.Ordinal);