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

Method CreateSampleList

benchmarks/csharp/BenchmarkModels.cs:626–635  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

624 }
625
626 public static SampleList CreateSampleList()
627 {
628 SampleList list = new();
629 for (int i = 0; i < ListSize; i++)
630 {
631 list.Values.Add(CreateSample());
632 }
633
634 return list;
635 }
636
637 public static MediaContentList CreateMediaContentList()
638 {

Callers 1

BuildBenchmarkCasesMethod · 0.80

Calls 2

CreateSampleFunction · 0.85
AddMethod · 0.45

Tested by

no test coverage detected