Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codedogQBY/ReadAny
/ deleteFile
Method
deleteFile
packages/core/src/sync/sync-adapter.ts:43–43 ·
view source on GitHub ↗
Delete a file
(filePath: string)
Source
from the content-addressed store, hash-verified
41
42
/** Delete a file */
43
deleteFile(filePath: string): Promise<void>;
44
45
/** Check
if
a file exists */
46
fileExists(filePath: string): Promise<boolean>;
Callers
9
library-store.ts
File · 0.65
deleteFontFile
Function · 0.65
cleanOldLogs
Function · 0.65
clearLogs
Function · 0.65
downloadRemoteFileToPath
Function · 0.65
cleanupLocalOrphans
Function · 0.65
get
Method · 0.65
delete
Method · 0.65
move
Method · 0.65
Implementers
2
MobileSyncAdapter
packages/app-expo/src/lib/sync/sync-ad
DesktopSyncAdapter
packages/app/src/lib/sync/sync-adapter
Calls
no outgoing calls
Tested by
no test coverage detected