Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_file
Method · 0.95
delete_file
Method · 0.95
resolve_theme_root
Function · 0.80
save_file
Method · 0.80
delete_file
Method · 0.80
get_file_response
Method · 0.80
save_chunk
Method · 0.80
merge_chunks
Method · 0.80
clean_chunks
Method · 0.80
file_exists
Method · 0.80
merge_chunks
Method · 0.80
merge_chunks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected