(pb_obj)
| 593 | |
| 594 | |
| 595 | def from_pb_samplelist(pb_obj) -> SampleList: |
| 596 | return SampleList(sample_list=[from_pb_sample(item) for item in pb_obj.sample_list]) |
| 597 | |
| 598 | |
| 599 | def to_pb_mediacontentlist(bench_pb2, obj: MediaContentList): |
nothing calls this directly
no test coverage detected