MCPcopy Create free account
hub / github.com/apache/fory / Append

Method Append

csharp/tests/Fory.XlangPeer/Program.cs:1119–1122  ·  view source on GitHub ↗
(List<byte> target, byte[] payload)

Source from the content-addressed store, hash-verified

1117 }
1118
1119 private static void Append(List<byte> target, byte[] payload)
1120 {
1121 target.AddRange(payload);
1122 }
1123
1124 private static void EnsureConsumed(ReadOnlySequence<byte> sequence, string caseName)
1125 {

Callers 10

EscapeAllUpperMethod · 0.80
DecodeGenericMethod · 0.80
UnescapeAllUpperMethod · 0.80
EmitObjectSerializerMethod · 0.80
ToSnakeCaseMethod · 0.80
SanitizeMethod · 0.80
CreateCompilationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected