Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/vastsa/FileCodeBox
/ delete
Method
delete
apps/admin/services.py:1606–1607 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1604
f.write(data)
1605
1606
async
def
delete(self):
1607
os.remove(self.path)
1608
1609
async
def
exists(self):
1610
return
os.path.exists(self.path)
Callers
15
delete_file
Method · 0.95
delete_file
Method · 0.80
_delete_empty_dirs
Method · 0.80
delete_file
Method · 0.80
clean_chunks
Method · 0.80
delete_expire_files
Function · 0.80
clean_incomplete_uploads
Function · 0.80
init_chunk_upload
Function · 0.80
cancel_upload
Function · 0.80
complete_upload
Function · 0.80
_get_valid_session
Function · 0.80
presign_upload_proxy
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected