Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codedogQBY/ReadAny
/ delete
Method
delete
packages/core/src/sync/sync-backend.ts:65–65 ·
view source on GitHub ↗
Delete a file at the given path
(path: string)
Source
from the content-addressed store, hash-verified
63
64
/** Delete a file at the given path */
65
delete(path: string): Promise<void>;
66
67
/** Check
if
a file exists */
68
exists(path: string): Promise<boolean>;
Callers
15
TTSPage
Function · 0.65
debouncedSave
Function · 0.65
flushAllWrites
Function · 0.65
copyBookToAppData
Function · 0.65
_runProducer
Method · 0.65
_cleanupTempFiles
Method · 0.65
_playChunk
Method · 0.65
_cleanupTempFiles
Method · 0.65
_runProducer
Method · 0.65
_cleanupTempFiles
Method · 0.65
deleteEntry
Function · 0.65
deleteFile
Method · 0.65
Implementers
5
WebDavBackend
packages/core/src/sync/webdav-backend.
S3Backend
packages/core/src/sync/s3-backend.ts
LocalFsBackend
packages/core/src/sync/lan-server.ts
LANBackend
packages/core/src/sync/lan-backend.ts
MemoryBackend
packages/core/src/sync/__tests__/simpl
Calls
no outgoing calls
Tested by
6
createTestPlatform
Function · 0.52
deleteWithTombstone
Method · 0.52
execute
Method · 0.52
deleteBookDependents
Method · 0.52
delete
Method · 0.52
move
Method · 0.52