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

Function createMediaContentList

benchmarks/javascript/benchmark.js:422–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

420}
421
422function createMediaContentList() {
423 return {
424 media_content_list: repeat(createMediaContent),
425 };
426}
427
428function toProtoStruct(value) {
429 return { ...value };

Callers

nothing calls this directly

Calls 1

repeatFunction · 0.85

Tested by

no test coverage detected