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

Method get_file_url

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

Source from the content-addressed store, hash-verified

1139 status_code=503, detail=f"WebDAV连接异常: {str(e)}")
1140
1141 async def get_file_url(self, file_code: FileCodes):
1142 return await get_file_url(file_code.code)
1143
1144 async def get_file_response(self, file_code: FileCodes):
1145 """获取文件响应(代理模式)"""

Callers

nothing calls this directly

Calls 1

get_file_urlFunction · 0.90

Tested by

no test coverage detected