Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codedogQBY/ReadAny
/ exists
Method
exists
packages/core/src/sync/sync-backend.ts:68–68 ·
view source on GitHub ↗
Check if a file exists
(path: string)
Source
from the content-addressed store, hash-verified
66
67
/** Check
if
a file exists */
68
exists(path: string): Promise<boolean>;
69
70
/**
71
* Move/rename a file from `fromPath` to `toPath`.
Callers
12
hasAccessibleLocalFile
Function · 0.65
loadFontIndex
Function · 0.65
loadFontIndexLegacy
Function · 0.65
flushLogs
Function · 0.65
cleanOldLogs
Function · 0.65
collectLogs
Function · 0.65
clearLogs
Function · 0.65
migrateBookRemoteState
Function · 0.65
exists
Method · 0.65
handleRequest
Method · 0.65
getDesktopDataRoot
Function · 0.65
openDesktopBook
Function · 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
no test coverage detected