MCPcopy Create free account
hub / github.com/xerrors/Yuxi / convert

Method convert

backend/test/unit/knowledge/test_parser_facade.py:88–90  ·  view source on GitHub ↗
(self, path: Path)

Source from the content-addressed store, hash-verified

86
87 class FakeConverter:
88 def convert(self, path: Path):
89 assert path == file_path
90 return fake_result
91
92 def _fake_upload_image_to_minio(image_data, filename, bucket_name, object_prefix):
93 uploaded_images.append(image_data)

Calls

no outgoing calls

Tested by

no test coverage detected