MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / get_file_url

Method get_file_url

core/storage.py:886–887  ·  view source on GitHub ↗
(self, file_code: FileCodes)

Source from the content-addressed store, hash-verified

884 await self.operator.delete(await file_code.get_file_path())
885
886 async def get_file_url(self, file_code: FileCodes):
887 return await get_file_url(file_code.code)
888
889 async def get_file_response(self, file_code: FileCodes):
890 try:

Callers

nothing calls this directly

Calls 1

get_file_urlFunction · 0.90

Tested by

no test coverage detected