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

Method get_file_url

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

Source from the content-addressed store, hash-verified

136 save_path.unlink()
137
138 async def get_file_url(self, file_code: FileCodes):
139 return await get_file_url(file_code.code)
140
141 async def get_file_response(self, file_code: FileCodes):
142 file_path = self.root_path / await file_code.get_file_path()

Callers

nothing calls this directly

Calls 1

get_file_urlFunction · 0.90

Tested by

no test coverage detected