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

Function from_pb_samplelist

benchmarks/python/benchmark.py:595–596  ·  view source on GitHub ↗
(pb_obj)

Source from the content-addressed store, hash-verified

593
594
595def from_pb_samplelist(pb_obj) -> SampleList:
596 return SampleList(sample_list=[from_pb_sample(item) for item in pb_obj.sample_list])
597
598
599def to_pb_mediacontentlist(bench_pb2, obj: MediaContentList):

Callers

nothing calls this directly

Calls 2

SampleListClass · 0.70
from_pb_sampleFunction · 0.70

Tested by

no test coverage detected