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

Method get_file_path

apps/base/models.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 return self.expired_count <= 0
38
39 async def get_file_path(self):
40 return f"{self.file_path}/{self.uuid_file_name}"
41
42
43class UploadChunk(models.Model):

Callers 12

delete_fileMethod · 0.80
get_file_responseMethod · 0.80
delete_fileMethod · 0.80
get_file_responseMethod · 0.80
get_file_urlMethod · 0.80
delete_fileMethod · 0.80
get_file_responseMethod · 0.80
get_file_urlMethod · 0.80
delete_fileMethod · 0.80
get_file_responseMethod · 0.80
delete_fileMethod · 0.80
get_file_responseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected