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

Method exists

apps/admin/services.py:1609–1610  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1607 os.remove(self.path)
1608
1609 async def exists(self):
1610 return os.path.exists(self.path)

Callers 15

share_local_fileMethod · 0.95
delete_fileMethod · 0.95
resolve_theme_rootFunction · 0.80
save_fileMethod · 0.80
delete_fileMethod · 0.80
get_file_responseMethod · 0.80
save_chunkMethod · 0.80
merge_chunksMethod · 0.80
clean_chunksMethod · 0.80
file_existsMethod · 0.80
merge_chunksMethod · 0.80
merge_chunksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected